diff options
author | Dan McGee <dan@archlinux.org> | 2012-11-13 10:03:55 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-11-13 10:21:02 -0600 |
commit | 45d81a9578e846062550335495dbceb82f16a1a0 (patch) | |
tree | b05565820bf55ec9d0f0fa05bb672e5c0e507a02 /templates/public/keys.html | |
parent | 5d468b2f7b42f71da7cbd475d20dd422f0bfffc5 (diff) |
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.html | 2 |
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 %} |