summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-11-13 10:03:55 -0600
committerDan McGee <dan@archlinux.org>2012-11-13 10:21:02 -0600
commit45d81a9578e846062550335495dbceb82f16a1a0 (patch)
treeb05565820bf55ec9d0f0fa05bb672e5c0e507a02 /templates
parent5d468b2f7b42f71da7cbd475d20dd422f0bfffc5 (diff)
downloadarchweb-45d81a9578e846062550335495dbceb82f16a1a0.tar.gz
archweb-45d81a9578e846062550335495dbceb82f16a1a0.zip
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')
-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 81713efb..9af491e2 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 %}