mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-06 01:46:27 +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:
commit
d3271c5cbf
1 changed files with 3 additions and 3 deletions
|
@ -169,7 +169,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
<th>{% trans "Username" %}</th>
|
||||
<td>{{ users.pseudo }}</td>
|
||||
<th>{% trans "Email address" %}</th>
|
||||
<td>{{ users.email }}</td>
|
||||
<td><a href="mailto:{{ users.email }}">{{users.email}}</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{% trans "Room" %}</th>
|
||||
|
|
Loading…
Reference in a new issue