summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/message.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-03-21 14:50:49 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-03-21 14:50:49 +0100
commit6dcf81e8d7e0f1c60a7d39bff241bc1e3436488b (patch)
tree96040f4ec1af2076abbf157af7b59e193c4fa27f /hyperkitty/templates/message.html
parente5d3e7e34d0b1dddf5d776735edc0173d7061aff (diff)
downloadhyperkitty-6dcf81e8d7e0f1c60a7d39bff241bc1e3436488b.tar.gz
hyperkitty-6dcf81e8d7e0f1c60a7d39bff241bc1e3436488b.tar.xz
hyperkitty-6dcf81e8d7e0f1c60a7d39bff241bc1e3436488b.zip
Use the url tag from future for Django 1.5 compat
Diffstat (limited to 'hyperkitty/templates/message.html')
-rw-r--r--hyperkitty/templates/message.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/hyperkitty/templates/message.html b/hyperkitty/templates/message.html
index 2ba832b..f542752 100644
--- a/hyperkitty/templates/message.html
+++ b/hyperkitty/templates/message.html
@@ -1,4 +1,5 @@
{% extends "base.html" %}
+{% load url from future %}
{% load gravatar %}
{% load hk_generic %}
{% load storm %}