From 8e10699d53281be53c88a3695de6aa496e084dc6 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 23 Mar 2012 20:09:38 -0500 Subject: Use 'url from future' everywhere The old-style url template tag disappears in Django 1.5, so we can and should convert to the new-style tag now. Signed-off-by: Dan McGee --- templates/releng/result_list.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates/releng/result_list.html') diff --git a/templates/releng/result_list.html b/templates/releng/result_list.html index 512e1bf3..62264217 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 %}
@@ -7,7 +8,7 @@

Results for: {{ iso_name|default:"" }}

-

Go back to testing results

+

Go back to testing results

-- cgit v1.2.3-54-g00ecf