summaryrefslogtreecommitdiffstats
path: root/templates/releng/result_section.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2013-01-16 23:10:24 +0100
committerDan McGee <dan@archlinux.org>2013-02-09 23:20:38 +0100
commit10462425f989dc74653179f0845978a6b5e30045 (patch)
treea5dba9c748b7f82b2123d1f4050e3edf501a9e22 /templates/releng/result_section.html
parent55179a4f9e8b80d515bae7032af8aefc33ae0192 (diff)
downloadarchweb-10462425f989dc74653179f0845978a6b5e30045.tar.gz
archweb-10462425f989dc74653179f0845978a6b5e30045.tar.xz
Remove {% load url from future %} from templates
This is now the default in Django 1.5. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/releng/result_section.html')
-rw-r--r--templates/releng/result_section.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/releng/result_section.html b/templates/releng/result_section.html
index ae951eb..5e0b6f6 100644
--- a/templates/releng/result_section.html
+++ b/templates/releng/result_section.html
@@ -1,4 +1,3 @@
-{% load url from future %}
<tr>
<th>{% if option.is_rollback %}Rollback: {% endif %}{{ option.name|title }}</th>
<th>Last Success</th>