Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nim
djadhere
Commits
00833cd4
Commit
00833cd4
authored
Nov 22, 2022
by
Guilhem Saurel
Browse files
display username
parent
10fb0053
Changes
1
Hide whitespace changes
Inline
Side-by-side
adhesions/templates/adhesions/_adhesion_detail.html
View file @
00833cd4
...
...
@@ -10,6 +10,7 @@
<p>
Adhérent·e :
<a
href=
"{{ adhesion.get_adherent_detail_url }}"
>
{{ adhesion }}
</a></p>
{% endif %}
<p>
Numéro d’adhérent·e : ADT{{ adhesion.id }}
</p>
<p>
Nom d’utilisateur·ice : {{ adhesion.username }}
</p>
{% if adhesion.membership.get_current_payment %}
<p>
Cotisation : {{ adhesion.membership.get_current_payment }}
</p>
{% else %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment