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/public/download.html | 5 +++-- templates/public/index.html | 31 ++++++++++++++++--------------- 2 files changed, 19 insertions(+), 17 deletions(-) (limited to 'templates/public') diff --git a/templates/public/download.html b/templates/public/download.html index 5e076e2..d244ec7 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -1,5 +1,6 @@ {% extends "base.html" %} {% load cache cdn %} +{% load url from future %} {% block title %}Arch Linux - Downloads{% endblock %} {% block navbarclass %}anb-download{% endblock %} @@ -43,7 +44,7 @@

If you are an existing Arch user, there is no need to download a new ISO to update your existing system. You may be looking for - an updated mirrorlist instead.

+ an updated mirrorlist instead.

BitTorrent Download (recommended)

@@ -125,7 +126,7 @@
  • Boot latest snapshots over the network New
  • -
  • Feedback
  • diff --git a/templates/public/index.html b/templates/public/index.html index 00edf8c..53ccd2d 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -1,5 +1,6 @@ {% extends "base.html" %} {% load markup cache cdn %} +{% load url from future %} {% block head %} @@ -30,13 +31,13 @@ title="Arch Wiki">wiki if you want to learn more about Arch.

    -

    Learn more...

    - Latest News + Latest News

    @@ -57,7 +58,7 @@ {% else %} {% if forloop.counter0 == 5 %}

    - Older News

    @@ -137,7 +138,7 @@

    Support

    -- cgit v1.2.3-24-g4f1b