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/results.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
(limited to 'templates/releng/results.html')
diff --git a/templates/releng/results.html b/templates/releng/results.html
index 4ff3c86..71af708 100644
--- a/templates/releng/results.html
+++ b/templates/releng/results.html
@@ -1,4 +1,5 @@
{% extends "base.html" %}
+{% load url from future %}
{% block title %}Arch Linux - Release Engineering Testbuild Results{% endblock %}
@@ -9,12 +10,12 @@
This is an overview screen showing a test results matrix of release
engineering produced ISOs. Various options and configurations are shown
with last success and last failure results, if known. To help improve ISO
- quality, you are encouraged to give feedback
+ quality, you are encouraged to give feedback
if you have tested and used any ISOs. Both successful and failed results
are encouraged and welcome.
For a overview of which ISOs tested best, have a look at
- the overview.
+ the overview.
For more information, see the documentation
--
cgit v1.2.3-24-g4f1b