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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public/keys.html b/templates/public/keys.html
index 81713ef..9af491e 100644
--- a/templates/public/keys.html
+++ b/templates/public/keys.html
@@ -149,7 +149,7 @@ $(document).ready(function() {
});
});
$(document).ready(function() {
- developer_keys("#visualize-keys", "{% url 'visualize-pgp_keys' %}");
+ developer_keys("#visualize-keys", "{% url 'pgp-keys-json' %}");
});
</script>
{% endblock %}