diff options
author | Dan McGee <dan@archlinux.org> | 2013-01-16 23:10:24 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2013-02-09 23:20:38 +0100 |
commit | 10462425f989dc74653179f0845978a6b5e30045 (patch) | |
tree | a5dba9c748b7f82b2123d1f4050e3edf501a9e22 /templates/public | |
parent | 55179a4f9e8b80d515bae7032af8aefc33ae0192 (diff) | |
download | archweb-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/public')
-rw-r--r-- | templates/public/download.html | 1 | ||||
-rw-r--r-- | templates/public/index.html | 1 | ||||
-rw-r--r-- | templates/public/keys.html | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/templates/public/download.html b/templates/public/download.html index c68cf66..7936efb 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -1,6 +1,5 @@ {% extends "base.html" %} {% load cache %} -{% load url from future %} {% load static from staticfiles %} {% load flags %} diff --git a/templates/public/index.html b/templates/public/index.html index 8926a06..3f88c18 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -1,6 +1,5 @@ {% extends "base.html" %} {% load cache %} -{% load url from future %} {% load static from staticfiles %} {% block head %} diff --git a/templates/public/keys.html b/templates/public/keys.html index ad2dd19..91b5307 100644 --- a/templates/public/keys.html +++ b/templates/public/keys.html @@ -1,6 +1,5 @@ {% extends "base.html" %} {% load static from staticfiles %} -{% load url from future %} {% load pgp %} {% block title %}Arch Linux - Master Signing Keys{% endblock %} |