From 4b477f8492eb6e8c0b356c5d454123a61750cbd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Wed, 3 Sep 2014 21:38:35 -0700 Subject: [PATCH] avoid new beaviour warning --- templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/base.html b/templates/base.html index 5248480..0d4365c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,5 +1,6 @@ {% load staticfiles %} {% load bootstrap3 %} +{% load firstof from future %}