diff options
Diffstat (limited to 'templates/releng/iso_overview.html')
-rw-r--r-- | templates/releng/iso_overview.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/releng/iso_overview.html b/templates/releng/iso_overview.html index 447ba487..196f0c0a 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,7 @@ </tbody> </table> </div> -{% load cdn %}{% jquery %} -<script type="text/javascript" src="{% static "jquery.tablesorter.min.js" %}"></script> +{% load cdn %}{% jquery %}{% jquery_tablesorter %} <script type="text/javascript" src="{% static "archweb.js" %}"></script> <script type="text/javascript"> $(document).ready(function() { |