From c4ca96b269f3cc371c3fc9fb9d8cf9da8516f8cd Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 9 Dec 2011 10:19:37 -0600 Subject: Enable PGP signature visualization Signed-off-by: Dan McGee --- templates/visualize/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/visualize/index.html b/templates/visualize/index.html index 160ff92..6c41c47 100644 --- a/templates/visualize/index.html +++ b/templates/visualize/index.html @@ -22,13 +22,11 @@
-{% comment %}

Visualization of PGP Master and Signing Keys

-{% endcomment %} {% load cdn %}{% jquery %} @@ -42,7 +40,7 @@ $(document).ready(function() { "arch": { url: "{% url visualize-byarch %}", color_attr: "arch" }, }; packages_treemap("#visualize-archrepo", orderings, "repo"); - /*developer_keys("#visualize-keys", "{% url visualize-pgp_keys %}");*/ + developer_keys("#visualize-keys", "{% url visualize-pgp_keys %}"); }); {% endblock %} -- cgit v1.2.3-24-g4f1b