summaryrefslogtreecommitdiffstats
path: root/templates/public/keys.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-11-13 17:03:55 +0100
committerDan McGee <dan@archlinux.org>2012-11-13 17:21:02 +0100
commit45d81a9578e846062550335495dbceb82f16a1a0 (patch)
treeb05565820bf55ec9d0f0fa05bb672e5c0e507a02 /templates/public/keys.html
parent5d468b2f7b42f71da7cbd475d20dd422f0bfffc5 (diff)
downloadarchweb-45d81a9578e846062550335495dbceb82f16a1a0.tar.gz
archweb-45d81a9578e846062550335495dbceb82f16a1a0.tar.xz
Move JSON keys view to public/ app
This seems like a more appropriate place, and now the visualization is done here anyway so we should move the data backing it. Signed-off-by: Dan McGee <dan@archlinux.org>
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 %}