Browse Source

Affiche la fingerpring PGP correctement.

override_mails
Hugo LEVY-FALK 7 years ago
parent
commit
b73ccdd043
  1. 6
      users/templates/users/profil.html

6
users/templates/users/profil.html

@ -51,7 +51,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% elif not users.is_adherent %}
<div class="panel panel-danger">
<div class="panel-heading dashboard">Not connected</div>
<div class="panel-body dashboard">
<div class="panel-body dashboard">
{% can_create Facture %}
<a class="btn btn-danger btn-sm" role="button" href="{% url 'cotisations:new-facture' users.id %}">
<i class="fas fa-sign-in-alt"></i> Pay for a connexion
@ -107,7 +107,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</div>
{% endif %}
</div>
</div>
</div>
</div>
@ -241,7 +241,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</td>
{% if users.adherent.gpg_fingerprint %}
<th>Empreinte GPG</th>
<td>{{ users.gpg_fingerprint }}</td>
<td>{{ users.adherent.gpg_fingerprint }}</td>
{% endif %}
</tr>
<tr>

Loading…
Cancel
Save