diff options
author | Dan McGee <dan@archlinux.org> | 2013-04-20 11:28:12 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2013-04-20 11:28:12 -0500 |
commit | 3e085183bf39c59fdcd0b9e67b5a02653a51d30e (patch) | |
tree | 7af2d1bfd11b1cbde4fd1afeab26ad3986ad1d53 /templates/visualize | |
parent | 6de0cfbd23aae69036439db817cc26740d8796cd (diff) |
Move all script blocks into {% script_block %} sectionrelease_2013-04-20
I added this a while back, but didn't roll it out to all templates.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/visualize')
-rw-r--r-- | templates/visualize/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/visualize/index.html b/templates/visualize/index.html index 2b79d601..446bdebe 100644 --- a/templates/visualize/index.html +++ b/templates/visualize/index.html @@ -23,7 +23,9 @@ </div> <div id="visualize-archrepo" class="visualize-chart"></div> </div> +{% endblock %} +{% block script_block %} {% load cdn %}{% jquery %} <script type="text/javascript" src="{% static "d3-3.0.6.min.js" %}"></script> <script type="text/javascript" src="{% static "archweb.js" %}"></script> |