Browse Source

gpg fpr display

override_mails
Charlie Jacomme 7 years ago
committed by Hugo LEVY-FALK
parent
commit
a5870aacce
  1. 6
      users/templates/users/profil.html

6
users/templates/users/profil.html

@ -239,6 +239,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</a>
{% endif %}
</td>
{% if users.adherent.gpg_fingerprint %}
<th>Empreinte GPG</th>
<td>{{ users.gpg_fingerprint }}</td>
{% endif %}
</tr>
<tr>
{% if users.shell %}
<th>Shell</th>
<td>{{ users.shell }}</td>

Loading…
Cancel
Save