From 6dcf81e8d7e0f1c60a7d39bff241bc1e3436488b Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 21 Mar 2013 14:50:49 +0100 Subject: Use the url tag from future for Django 1.5 compat --- hyperkitty/templates/threads/summary_thread.html | 1 + 1 file changed, 1 insertion(+) (limited to 'hyperkitty/templates/threads/summary_thread.html') 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 %} -- cgit