From 500d19a914eb13c310a1d2c7d28a1befce468419 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 13 Nov 2012 09:51:59 -0600 Subject: Move PGP key visualizations to master keys page Signed-off-by: Dan McGee --- templates/visualize/index.html | 5 ----- 1 file changed, 5 deletions(-) (limited to 'templates/visualize') diff --git a/templates/visualize/index.html b/templates/visualize/index.html index 95cf6c1..242a7f0 100644 --- a/templates/visualize/index.html +++ b/templates/visualize/index.html @@ -24,11 +24,7 @@
-
-

Visualization of PGP Master and Signing Keys

-
-
{% load cdn %}{% jquery %} @@ -40,7 +36,6 @@ $(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' %}"); }); {% endblock %} -- cgit v1.2.3-24-g4f1b