diff options
Diffstat (limited to 'templates/releng/iso_overview.html')
-rw-r--r-- | templates/releng/iso_overview.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/releng/iso_overview.html b/templates/releng/iso_overview.html index 447ba487..1a35ead4 100644 --- a/templates/releng/iso_overview.html +++ b/templates/releng/iso_overview.html @@ -1,6 +1,5 @@ {% extends "base.html" %} {% load static from staticfiles %} -{% load url from future %} {% block content %} <div class="box"> @@ -37,8 +36,10 @@ </tbody> </table> </div> -{% load cdn %}{% jquery %} -<script type="text/javascript" src="{% static "jquery.tablesorter.min.js" %}"></script> +{% endblock %} + +{% block script_block %} +{% load cdn %}{% jquery %}{% jquery_tablesorter %} <script type="text/javascript" src="{% static "archweb.js" %}"></script> <script type="text/javascript"> $(document).ready(function() { |