8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-07-02 12:14:05 +00:00

Merge branch 'feature_mailto_link_on_user_profile' into 'dev'

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

See merge request federez/re2o!289
This commit is contained in:
chirac 2018-09-03 12:18:50 +02:00
commit d3271c5cbf

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>