diff --git a/users/templates/users/profil.html b/users/templates/users/profil.html index 84d23009..c2053612 100644 --- a/users/templates/users/profil.html +++ b/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 %}
Not connected
-
+ {% endif %}
-
+ @@ -241,7 +241,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% if users.adherent.gpg_fingerprint %} Empreinte GPG - {{ users.gpg_fingerprint }} + {{ users.adherent.gpg_fingerprint }} {% endif %}