Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Added EID display into profiles page of registration portal #5

Merged
merged 3 commits into from
Aug 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions g2p_portal_base/views/profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,21 @@
</div>
</div>

<div class="col-lg-6">
<div class="s_website_form_field">
<label class="s_website_form_label" for="EID">
<span
class="s_website_form_label_content"
style="color: #666666;"
>Enumerator ID</span>
</label>
<div class="beneficiary-value">
<t
t-out="current_partner['eid'] if current_partner['eid'] else '&#8209;'"
/>
</div>
</div>
</div>
</div>

<div class="row">
Expand Down
Loading