diff options
Diffstat (limited to 'hyperkitty')
-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 %} |