Browse Source

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

generate_traduction_server_side
Hugo LEVY-FALK 7 years ago
committed by Alexandre Iooss
parent
commit
96855c9be4
  1. 6
      users/templates/users/profil.html

6
users/templates/users/profil.html

@ -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>

Loading…
Cancel
Save