diff options
author | Dan McGee <dan@archlinux.org> | 2013-01-16 16:10:24 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2013-02-09 16:20:38 -0600 |
commit | 10462425f989dc74653179f0845978a6b5e30045 (patch) | |
tree | a5dba9c748b7f82b2123d1f4050e3edf501a9e22 /templates/packages | |
parent | 55179a4f9e8b80d515bae7032af8aefc33ae0192 (diff) |
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/packages')
-rw-r--r-- | templates/packages/removed.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/packages/removed.html b/templates/packages/removed.html index ea20ce80..f188b6db 100644 --- a/templates/packages/removed.html +++ b/templates/packages/removed.html @@ -1,5 +1,4 @@ {% extends "base.html" %} -{% load url from future %} {% load package_extras %} {% block title %}Arch Linux - Not Available - {{ name }} {{ version }} ({{ arch.name }}){% endblock %} |