diff --git a/lms/templates/main_django.html b/lms/templates/main_django.html index c0da1be1d1..9ff95e38ed 100644 --- a/lms/templates/main_django.html +++ b/lms/templates/main_django.html @@ -1,6 +1,5 @@ {% load sekizai_tags i18n configuration theme_pipeline optional_include staticfiles %} -{% load url from future %} diff --git a/lms/templates/registration/password_reset_email.html b/lms/templates/registration/password_reset_email.html index 2bc2a7e222..494d9f71d9 100644 --- a/lms/templates/registration/password_reset_email.html +++ b/lms/templates/registration/password_reset_email.html @@ -1,4 +1,4 @@ -{% load i18n %}{% load url from future %}{% autoescape off %} +{% load i18n %}{% autoescape off %} {% blocktrans %}You're receiving this e-mail because you requested a password reset for your user account at {{ site_name }}.{% endblocktrans %} {% trans "Please go to the following page and choose a new password:" %} diff --git a/lms/templates/wiki/article.html b/lms/templates/wiki/article.html index e1f66732c7..9ed60e5561 100644 --- a/lms/templates/wiki/article.html +++ b/lms/templates/wiki/article.html @@ -1,6 +1,5 @@ {% extends "wiki/base.html" %} {% load wiki_tags i18n %} -{% load url from future %} {% block pagetitle %}{{ article.current_revision.title }}{% endblock %} diff --git a/lms/templates/wiki/base.html b/lms/templates/wiki/base.html index 0d6ea04b36..2e449713e9 100644 --- a/lms/templates/wiki/base.html +++ b/lms/templates/wiki/base.html @@ -1,6 +1,6 @@ {% extends "main_django.html" %} {% with online_help_token="wiki" %} -{% load theme_pipeline %}{% load sekizai_tags i18n configuration %}{% load url from future %}{% load staticfiles %} +{% load theme_pipeline %}{% load sekizai_tags i18n configuration %}{% load staticfiles %} {% block title %} {% block pagetitle %}{% endblock %} | {% trans "Wiki" %} | {% platform_name %} diff --git a/lms/templates/wiki/create.html b/lms/templates/wiki/create.html index 37cf2d29c2..a668d3af19 100644 --- a/lms/templates/wiki/create.html +++ b/lms/templates/wiki/create.html @@ -1,6 +1,5 @@ {% extends "wiki/base.html" %} {% load wiki_tags i18n sekizai_tags %} -{% load url from future %} {% block pagetitle %}{% trans "Add new article" %}{% endblock %} diff --git a/lms/templates/wiki/delete.html b/lms/templates/wiki/delete.html index 3616ec4b36..1ac25c0bd0 100644 --- a/lms/templates/wiki/delete.html +++ b/lms/templates/wiki/delete.html @@ -1,6 +1,5 @@ {% extends "wiki/base.html" %} {% load wiki_tags i18n sekizai_tags %} -{% load url from future %} {% block pagetitle %}{% trans "Delete article" %}{% endblock %} diff --git a/lms/templates/wiki/edit.html b/lms/templates/wiki/edit.html index 56be20bccb..1506597556 100644 --- a/lms/templates/wiki/edit.html +++ b/lms/templates/wiki/edit.html @@ -1,6 +1,5 @@ {% extends "wiki/article.html" %} {% load wiki_tags i18n sekizai_tags %} -{% load url from future %} {% block pagetitle %}{% trans "Edit" %}: {{ article.current_revision.title }}{% endblock %} diff --git a/lms/templates/wiki/history.html b/lms/templates/wiki/history.html index 63ac9d3725..a5af757860 100644 --- a/lms/templates/wiki/history.html +++ b/lms/templates/wiki/history.html @@ -1,6 +1,5 @@ {% extends "wiki/article.html" %} {% load wiki_tags i18n sekizai_tags %} -{% load url from future %} {% block pagetitle %}{% trans "History" %}: {{ article.current_revision.title }}{% endblock %} diff --git a/lms/templates/wiki/includes/anonymous_blocked.html b/lms/templates/wiki/includes/anonymous_blocked.html index 264579130e..de673d6cd7 100644 --- a/lms/templates/wiki/includes/anonymous_blocked.html +++ b/lms/templates/wiki/includes/anonymous_blocked.html @@ -1,5 +1,4 @@ {% load i18n %} -{% load url from future %} {% url 'wiki:signup' as signup_url %} {% url 'wiki:login' as login_url %} diff --git a/lms/templates/wiki/plugins/attachments/index.html b/lms/templates/wiki/plugins/attachments/index.html index f089f49fe7..0ce870adf7 100644 --- a/lms/templates/wiki/plugins/attachments/index.html +++ b/lms/templates/wiki/plugins/attachments/index.html @@ -1,6 +1,5 @@ {% extends "wiki/article.html" %} {% load wiki_tags i18n humanize %} -{% load url from future %} {% block pagetitle %}{% trans "Attachments" %}: {{ article.current_revision.title }}{% endblock %}