From 31b5cb9a1a84660cc20906937047e12c589c72da Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Jun 03 2022 17:49:41 +0000 Subject: security: fix GPG key listing Our GPG key list has been subtly broken since bdeb1cc (add opengpgkeys, 2021-02-15). The
 tag was incomplete and the conditional
referenced the openpgpkey property as opengpgkey (gpg instead of the
correct pgp).

Fix both issues so the key listing displays as intended.

Signed-off-by: Todd Zullinger 

---

diff --git a/sites/getfedora.org/site/security/index.html b/sites/getfedora.org/site/security/index.html
index 268e2cf..76518a7 100644
--- a/sites/getfedora.org/site/security/index.html
+++ b/sites/getfedora.org/site/security/index.html
@@ -197,9 +197,9 @@
             

{{key.name}}

id:
{{key.id}}
- Fingerprint:
{{key.fingerprint}}
- DNS OpenGPGKey:
{{key.opengpgkey}}
+ Fingerprint:
{{key.fingerprint}}
+ {% if key.openpgpkey %} + DNS OpenPGPKey:
{{key.openpgpkey}}
{% endif %}
{% endif %}