From a5870aacce903f4c65b221e4cf0024593827fbdc Mon Sep 17 00:00:00 2001 From: Charlie Jacomme Date: Sat, 11 Aug 2018 04:22:14 +0200 Subject: [PATCH] gpg fpr display --- users/templates/users/profil.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/users/templates/users/profil.html b/users/templates/users/profil.html index d5b4ad4b..84d23009 100644 --- a/users/templates/users/profil.html +++ b/users/templates/users/profil.html @@ -239,6 +239,12 @@ with this program; if not, write to the Free Software Foundation, Inc., {% endif %} + {% if users.adherent.gpg_fingerprint %} + Empreinte GPG + {{ users.gpg_fingerprint }} + {% endif %} + + {% if users.shell %} Shell {{ users.shell }}