summaryrefslogtreecommitdiffstats
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.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/releng/result_list.html b/templates/releng/result_list.html
index 512e1bf..6226421 100644
--- a/templates/releng/result_list.html
+++ b/templates/releng/result_list.html
@@ -1,4 +1,5 @@
{% extends "base.html" %}
+{% load url from future %}
{% block content %}
<div class="box">
@@ -7,7 +8,7 @@
{{ iso_name|default:"" }}
</h2>
- <p><a href="{% url releng-test-overview %}">Go back to testing results</a></p>
+ <p><a href="{% url 'releng-test-overview' %}">Go back to testing results</a></p>
<table id="releng-result" class="results">
<thead>