From 7d8580b4b151f1357632a26739287b9e4e99fc06 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 21 Mar 2012 15:52:40 -0500 Subject: Add number of keys signed to master keys page This really just makes me look bad, but an interesting fact none the less for people to look at. Signed-off-by: Dan McGee --- templates/public/keys.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/public/keys.html b/templates/public/keys.html index 2e7fceb..6b06cc3 100644 --- a/templates/public/keys.html +++ b/templates/public/keys.html @@ -34,13 +34,14 @@ Owner's Signing Key Revoker Revoker's Signing Key + Developer/TU Keys Signed {% for key in keys %} {% pgp_key_link key.pgp_key %} - {{ key.pgp_key|pgp_fingerprint }} + {{ key.pgp_key|pgp_fingerprint }} {% with key.owner.userprofile as owner_profile %} {{ key.owner.get_full_name }} {% pgp_key_link owner_profile.pgp_key %} @@ -49,6 +50,7 @@ {{ key.revoker.get_full_name }} {% pgp_key_link revoker_profile.pgp_key %} {% endwith %} + {{ key.signature_count }} {% endfor %} -- cgit v1.2.3-24-g4f1b