From 84f98e3e0b9ef319f501795099cc32bce1bf6a81 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 5 Apr 2012 09:48:24 -0500 Subject: Show and link key_id if signer was an unknown key Signed-off-by: Dan McGee --- templates/packages/details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/packages/details.html b/templates/packages/details.html index a066969c..5c08bf11 100644 --- a/templates/packages/details.html +++ b/templates/packages/details.html @@ -151,7 +151,7 @@ {{ pkg.build_date|date:"DATETIME_FORMAT" }} UTC {% if pkg.signature %} Signed By: - {% with pkg.signer as signer %}{% if signer %}{% pgp_key_link pkg.signature.key_id signer.get_full_name %}{% else %}Unknown{% endif %}{% endwith %} + {% with pkg.signer as signer %}{% if signer %}{% pgp_key_link pkg.signature.key_id signer.get_full_name %}{% else %}Unknown ({% pgp_key_link pkg.signature.key_id %}){% endif %}{% endwith %} Signature Date: {{ pkg.signature.datetime|date:"DATETIME_FORMAT" }} UTC -- cgit v1.2.3-55-g3dc8