summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2013-01-16 16:10:24 -0600
committerDan McGee <dan@archlinux.org>2013-02-09 16:20:38 -0600
commit10462425f989dc74653179f0845978a6b5e30045 (patch)
treea5dba9c748b7f82b2123d1f4050e3edf501a9e22 /templates/base.html
parent55179a4f9e8b80d515bae7032af8aefc33ae0192 (diff)
downloadarchweb-10462425f989dc74653179f0845978a6b5e30045.tar.gz
archweb-10462425f989dc74653179f0845978a6b5e30045.zip
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/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index cc507fbf..15bb7e28 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,4 +1,4 @@
-{% load url from future %}{% load static from staticfiles %}<!DOCTYPE html>
+{% load static from staticfiles %}<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />