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/add.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'templates/releng/add.html')
diff --git a/templates/releng/add.html b/templates/releng/add.html
index 8488b40c..ed02984e 100644
--- a/templates/releng/add.html
+++ b/templates/releng/add.html
@@ -1,4 +1,5 @@
{% extends "base.html" %}
+{% load url from future %}
{% block title %}Arch Linux - Test Result Entry{% endblock %}
@@ -13,7 +14,7 @@ Arch Releng Testbuild Feedback Entry
installation properly. Some options require you to check several things (such as
config files), this will be mentioned alongside the option.
There is also an overview of all feedback on the
- results page. Once we have
+ results page. Once we have
builds that are properly tested (enough successful feedback for all
important features of the ISO or a slightly earlier ISO), we can release new
official media.
--
cgit v1.2.3-54-g00ecf