8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-10-06 02:52:10 +00:00

Lien pour envoyer un mail directement à un utilisateur sur la page profil

This commit is contained in:
Hugo LEVY-FALK 2018-09-03 12:12:12 +02:00 committed by Alexandre Iooss
parent 1b5f1820b9
commit 96855c9be4

View file

@ -166,10 +166,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<td>{{ users.surname }}</td>
</tr>
<tr>
<th>{% trans "Username" %}</th>
<th>{% trans "Username" %}</th>
<td>{{ users.pseudo }}</td>
<th>{% trans "Email address" %}</th>
<td>{{ users.email }}</td>
<th>{% trans "Email address" %}</th>
<td><a href="mailto:{{ users.email }}">{{users.email}}</a></td>
</tr>
<tr>
<th>{% trans "Room" %}</th>