summaryrefslogtreecommitdiffstats
path: root/templates/public/keys.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/public/keys.html')
-rw-r--r--templates/public/keys.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/public/keys.html b/templates/public/keys.html
index 35bf414..cf8ac78 100644
--- a/templates/public/keys.html
+++ b/templates/public/keys.html
@@ -124,8 +124,8 @@
<tbody>
{% for sig in cross_signatures %}
<tr>
- <td>{% user_pgp_key_link active_users sig.signer %}</td>
- <td>{% user_pgp_key_link active_users sig.signee %}</td>
+ <td>{% user_pgp_key_link sig.signer %}</td>
+ <td>{% user_pgp_key_link sig.signee %}</td>
<td>{{ sig.created }}</td>
<td>{{ sig.expires|default:"" }}</td>
</tr>