mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +00:00
gpg fpr display
This commit is contained in:
parent
787ceab520
commit
a5870aacce
1 changed files with 6 additions and 0 deletions
|
@ -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…
Reference in a new issue