diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-04-24 18:06:39 +0200 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-04-24 18:06:39 +0200 |
commit | 8946c1df1b94e277749f5cc9562a5998e0633d58 (patch) | |
tree | ffdd7cf49ee804f4d2bc8bf580dd4b9185e08800 /hyperkitty/templates | |
parent | 49b805dade2aa07e68e816ff71d1a09cf13a5160 (diff) | |
download | hyperkitty-8946c1df1b94e277749f5cc9562a5998e0633d58.tar.gz hyperkitty-8946c1df1b94e277749f5cc9562a5998e0633d58.tar.xz hyperkitty-8946c1df1b94e277749f5cc9562a5998e0633d58.zip |
Django 1.4 compatibility
Diffstat (limited to 'hyperkitty/templates')
-rw-r--r-- | hyperkitty/templates/recent_activities.html | 2 |
1 files changed, 2 insertions, 0 deletions
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 %} |