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_large.html | 1 + 1 file changed, 1 insertion(+) (limited to 'hyperkitty/templates/threads/summary_thread_large.html') 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 %} -- cgit