From 41eb35066d776b16b147aeb112b87f56311cef0b Mon Sep 17 00:00:00 2001 From: John Weaver Date: Wed, 30 Jan 2013 09:14:48 -0800 Subject: [PATCH] Load url template tag from future for support of Django versions 1.3 through 1.5. --- tos/templates/tos/tos_check.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tos/templates/tos/tos_check.html b/tos/templates/tos/tos_check.html index f21c777..9987ff2 100644 --- a/tos/templates/tos/tos_check.html +++ b/tos/templates/tos/tos_check.html @@ -1,3 +1,4 @@ +{% load url from future %} {% if note %}

{{ note }} {% else %} @@ -8,7 +9,7 @@

Accept Terms of Service?

-
+ {% csrf_token %}