diff --git a/src/postorius/templates/postorius/user/profile.html b/src/postorius/templates/postorius/user/profile.html index 94f74e5..7e6124c 100644 --- a/src/postorius/templates/postorius/user/profile.html +++ b/src/postorius/templates/postorius/user/profile.html @@ -14,25 +14,35 @@
{% trans 'Mailman display name' %} | -{{ mm_user.display_name }} | +{% trans 'Mailman display name' %} | ++ + |
---|---|---|---|
{% trans 'Username' %} | +{% trans 'Username' %} | {{ user.username }} | |
{% trans 'Main email' %} | +{% trans 'Main email' %} | {{ user.email}} | |
{% trans 'Other emails' %} | -
{% trans 'Other emails' %} |
+
{% for email in user.other_emails %}
- |
+ • {{ email }} {% endfor %} - |