From 10462425f989dc74653179f0845978a6b5e30045 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 16 Jan 2013 16:10:24 -0600 Subject: Remove {% load url from future %} from templates This is now the default in Django 1.5. Signed-off-by: Dan McGee --- templates/public/download.html | 1 - 1 file changed, 1 deletion(-) (limited to 'templates/public/download.html') 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 %} -- cgit v1.2.3-24-g4f1b