summaryrefslogtreecommitdiff
path: root/templates/releng/result_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/releng/result_list.html')
-rw-r--r--templates/releng/result_list.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/releng/result_list.html b/templates/releng/result_list.html
index 62264217..207a8ba3 100644
--- a/templates/releng/result_list.html
+++ b/templates/releng/result_list.html
@@ -1,4 +1,5 @@
{% extends "base.html" %}
+{% load static from staticfiles %}
{% load url from future %}
{% block content %}
@@ -34,8 +35,8 @@
</table>
</div>
{% load cdn %}{% jquery %}
-<script type="text/javascript" src="{{ STATIC_URL }}jquery.tablesorter.min.js"></script>
-<script type="text/javascript" src="{{ STATIC_URL }}archweb.js"></script>
+<script type="text/javascript" src="{% static "jquery.tablesorter.min.js" %}"></script>
+<script type="text/javascript" src="{% static "archweb.js" %}"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".results:not(:has(tbody tr.empty))").tablesorter({widgets: ['zebra']});