Make template url tags 1.5 compatible

This commit is contained in:
Tom Christie 2012-08-25 22:00:21 +01:00
parent 9449dcdd06
commit 1a2186cd6e
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
{% load url from future %}
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

View File

@ -1,4 +1,5 @@
{% load static %}
{% load url from future %}
<html>
<head>