From 2aeaa67ee337f6b714eaece74f176381e4c15708 Mon Sep 17 00:00:00 2001 From: Jess Date: Sun, 31 Aug 2014 10:07:01 +0200 Subject: [PATCH] add future url module to other templates --- meta/templates/index.html | 1 + meta/templates/rate.html | 1 + 2 files changed, 2 insertions(+) diff --git a/meta/templates/index.html b/meta/templates/index.html index 8b87867..48547fc 100644 --- a/meta/templates/index.html +++ b/meta/templates/index.html @@ -1,5 +1,6 @@ {% extends "base.html" %} {% load meta_extras %} +{% load url from future %} {% block jumbotron %}
diff --git a/meta/templates/rate.html b/meta/templates/rate.html index 2482df4..13c5064 100644 --- a/meta/templates/rate.html +++ b/meta/templates/rate.html @@ -1,5 +1,6 @@ {% extends "base.html" %} {% load humanize %} +{% load url from future %} {% block content %} -- 2.20.1