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/404.html | 1 + hyperkitty/templates/500.html | 1 + hyperkitty/templates/api.html | 1 + hyperkitty/templates/base.html | 1 + hyperkitty/templates/index.html | 1 + hyperkitty/templates/login.html | 1 + hyperkitty/templates/message.html | 1 + hyperkitty/templates/message_new.html | 1 + hyperkitty/templates/messages/like_form.html | 2 ++ hyperkitty/templates/messages/message.html | 1 + hyperkitty/templates/messages/reply_form.html | 2 ++ hyperkitty/templates/thread.html | 1 + hyperkitty/templates/thread_list.html | 1 + hyperkitty/templates/threads/month_list.html | 1 + hyperkitty/templates/threads/right_col.html | 1 + hyperkitty/templates/threads/summary_thread.html | 1 + hyperkitty/templates/threads/summary_thread_large.html | 1 + hyperkitty/templates/threads/tags.html | 2 ++ hyperkitty/templates/user_profile.html | 1 + 19 files changed, 22 insertions(+) diff --git a/hyperkitty/templates/404.html b/hyperkitty/templates/404.html index dbfef16..232ca97 100644 --- a/hyperkitty/templates/404.html +++ b/hyperkitty/templates/404.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load url from future %} {% load i18n %} {% block content %}