diff --git a/pagure/templates/doc_ssh_keys.html b/pagure/templates/doc_ssh_keys.html index 0cc3139..4f42b41 100644 --- a/pagure/templates/doc_ssh_keys.html +++ b/pagure/templates/doc_ssh_keys.html @@ -21,20 +21,14 @@ instance:

{% for cert in config.get('SSH_KEYS') %} -
-
- {{ cert }} Fingerprint + {% for type in config['SSH_KEYS'][cert] %} +
+
+ {{ cert }} {{ type | title }} +
+
{{ config['SSH_KEYS'][cert][type] }}
-
{{ config['SSH_KEYS'][cert]['fingerprint'] }}
-
- -
-
- {{ cert }} Hostkey -
-
{{ config['SSH_KEYS'][cert]['pubkey'] }}
-
- + {% endfor %} {% endfor %} {% else %}