From 8946c1df1b94e277749f5cc9562a5998e0633d58 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 24 Apr 2013 18:06:39 +0200 Subject: Django 1.4 compatibility --- hyperkitty/templates/recent_activities.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hyperkitty') diff --git a/hyperkitty/templates/recent_activities.html b/hyperkitty/templates/recent_activities.html index b46f06b..925b076 100644 --- a/hyperkitty/templates/recent_activities.html +++ b/hyperkitty/templates/recent_activities.html @@ -1,4 +1,6 @@ {% extends "base.html" %} + +{% load url from future %} {% load hk_generic %} {% load gravatar %} {% load storm %} -- cgit