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

Commit

Permalink
Merge pull request #5 from shivamg9/17.0-develop
Browse files Browse the repository at this point in the history
Added EID display into profiles page of registration portal
  • Loading branch information
shibu-narayanan authored Aug 16, 2024
2 parents ff3832b + ec90c80 commit 7bcdd70
Showing 1 changed file with 15 additions and 0 deletions.
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

0 comments on commit 7bcdd70

Please sign in to comment.