add future url module to other templates
authorJess <jessicatz.fairymeadow@gmail.com>
Sun, 31 Aug 2014 08:07:01 +0000 (10:07 +0200)
committerJess <jessicatz.fairymeadow@gmail.com>
Sun, 31 Aug 2014 08:07:01 +0000 (10:07 +0200)
meta/templates/index.html
meta/templates/rate.html

index 8b87867..48547fc 100644 (file)
@@ -1,5 +1,6 @@
 {% extends "base.html" %}
 {% load meta_extras %}
+{% load url from future %}
 
 {% block jumbotron %}
 <div class="jumbotron">
index 2482df4..13c5064 100644 (file)
@@ -1,5 +1,6 @@
 {% extends "base.html" %}
 {% load humanize %}
+{% load url from future %}
 
 {% block content %}