From: Jan Szejko Date: Mon, 3 Apr 2017 11:42:59 +0000 (+0200) Subject: remove "load url from future" X-Git-Tag: 0.6.4 X-Git-Url: https://git.mdrn.pl/django-migdal.git/commitdiff_plain/d3396d97c4c01ad696370486d46ffcc3288aecb9 remove "load url from future" --- diff --git a/migdal/templates/migdal/entry/entry_list.html b/migdal/templates/migdal/entry/entry_list.html index 8657121..db57f2b 100644 --- a/migdal/templates/migdal/entry/entry_list.html +++ b/migdal/templates/migdal/entry/entry_list.html @@ -1,5 +1,4 @@ {% extends "base.html" %} -{% load url from future %} {% load i18n %} {% load pagination_tags fnp_prevnext %} {% load migdal_tags %} diff --git a/migdal/templates/migdal/entry/submit.html b/migdal/templates/migdal/entry/submit.html index be035a7..8dff1da 100644 --- a/migdal/templates/migdal/entry/submit.html +++ b/migdal/templates/migdal/entry/submit.html @@ -1,5 +1,4 @@ {% extends "base.html" %} -{% load url from future %} {% load i18n %} {% block body %} diff --git a/migdal/templates/migdal/mail/manager_new_entry.txt b/migdal/templates/migdal/mail/manager_new_entry.txt index b468401..d9db0a9 100644 --- a/migdal/templates/migdal/mail/manager_new_entry.txt +++ b/migdal/templates/migdal/mail/manager_new_entry.txt @@ -1,4 +1,4 @@ -{% load url from future %}W serwisie pojawił się nowy wpis. +W serwisie pojawił się nowy wpis. http://{{ site.domain }}{% url 'admin:migdal_entry_'|add:object.type|add:'_change' object.pk %} Autor: {{ object.author|default_if_none:"" }} diff --git a/migdal/templates/search/search.html b/migdal/templates/search/search.html index c91c7c3..cfb5b52 100644 --- a/migdal/templates/search/search.html +++ b/migdal/templates/search/search.html @@ -1,5 +1,4 @@ {% extends "base.html" %} -{% load url from future %} {% load i18n %} {% load migdal_tags %} {#% load events_tags %#} diff --git a/setup.py b/setup.py index 834e1cc..2d56d19 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def whole_trees(package_dir, paths): setup( name='django-migdal', - version='0.6.3', + version='0.6.4', author='Radek Czajka', author_email='radoslaw.czajka@nowoczesnapolska.org.pl', url='',