diff --git a/src/postorius/doc/news.rst b/src/postorius/doc/news.rst index 54fe546..475f0eb 100644 --- a/src/postorius/doc/news.rst +++ b/src/postorius/doc/news.rst @@ -37,6 +37,7 @@ * themes: removed obsolete MAILMAN_THEME settings from templates, contexts, file structure; contributed by Richard Wackerbarth (LP: 1043258) * added access control for list owners and moderators * added a mailmanclient shell to use as a `manage.py` command (`python manage.py mmclient`) +* use "url from future" template tag in all templates. Contributed by Richard Wackerbarth. 1.0 alpha 1 -- "Space Farm" diff --git a/src/postorius/templates/postorius/base.html b/src/postorius/templates/postorius/base.html index 3c71ab8..4ff3dce 100644 --- a/src/postorius/templates/postorius/base.html +++ b/src/postorius/templates/postorius/base.html @@ -1,4 +1,4 @@ -{% load i18n %} +{% load url from future %}{% load i18n %}
@@ -22,18 +22,18 @@