diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-03-21 14:50:49 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-03-21 14:50:49 +0100 |
commit | 6dcf81e8d7e0f1c60a7d39bff241bc1e3436488b (patch) | |
tree | 96040f4ec1af2076abbf157af7b59e193c4fa27f /hyperkitty/templates/threads | |
parent | e5d3e7e34d0b1dddf5d776735edc0173d7061aff (diff) | |
download | hyperkitty-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/threads')
-rw-r--r-- | hyperkitty/templates/threads/month_list.html | 1 | ||||
-rw-r--r-- | hyperkitty/templates/threads/right_col.html | 1 | ||||
-rw-r--r-- | hyperkitty/templates/threads/summary_thread.html | 1 | ||||
-rw-r--r-- | hyperkitty/templates/threads/summary_thread_large.html | 1 | ||||
-rw-r--r-- | hyperkitty/templates/threads/tags.html | 2 |
5 files changed, 6 insertions, 0 deletions
diff --git a/hyperkitty/templates/threads/month_list.html b/hyperkitty/templates/threads/month_list.html index 9143704..1d8f381 100644 --- a/hyperkitty/templates/threads/month_list.html +++ b/hyperkitty/templates/threads/month_list.html @@ -1,3 +1,4 @@ +{% load url from future %} {% load hk_generic %} <div id="months-list" class="span2"> diff --git a/hyperkitty/templates/threads/right_col.html b/hyperkitty/templates/threads/right_col.html index 1c9ca26..cbc7772 100644 --- a/hyperkitty/templates/threads/right_col.html +++ b/hyperkitty/templates/threads/right_col.html @@ -1,3 +1,4 @@ +{% load url from future %} {% load gravatar %} {% load hk_generic %} diff --git a/hyperkitty/templates/threads/summary_thread.html b/hyperkitty/templates/threads/summary_thread.html index 4f76d5b..c201b36 100644 --- a/hyperkitty/templates/threads/summary_thread.html +++ b/hyperkitty/templates/threads/summary_thread.html @@ -1,3 +1,4 @@ +{% load url from future %} {% load hk_generic %} {% load storm %} diff --git a/hyperkitty/templates/threads/summary_thread_large.html b/hyperkitty/templates/threads/summary_thread_large.html index 40a244f..66b1a78 100644 --- a/hyperkitty/templates/threads/summary_thread_large.html +++ b/hyperkitty/templates/threads/summary_thread_large.html @@ -1,3 +1,4 @@ +{% load url from future %} {% load gravatar %} {% load hk_generic %} {% load storm %} diff --git a/hyperkitty/templates/threads/tags.html b/hyperkitty/templates/threads/tags.html index 0715739..bafcc60 100644 --- a/hyperkitty/templates/threads/tags.html +++ b/hyperkitty/templates/threads/tags.html @@ -1,3 +1,5 @@ +{% load url from future %} + <span id="tag-title">tags </span>({{tags|length}}) {% if tags|length %} <ul class="inline"> |