diff --git a/ietf/templates/debug.html b/ietf/templates/debug.html index 2b7c0d694..07e4dd7a5 100644 --- a/ietf/templates/debug.html +++ b/ietf/templates/debug.html @@ -3,7 +3,6 @@ {% if debug %} {% if sql_debug %} {% load debug_filters %} - {% load future %}

diff --git a/ietf/templates/doc/document_email.html b/ietf/templates/doc/document_email.html index 1aa73af93..d089e8529 100644 --- a/ietf/templates/doc/document_email.html +++ b/ietf/templates/doc/document_email.html @@ -2,7 +2,7 @@ {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load ietf_filters %} -{% load future staticfiles %} +{% load staticfiles %} {% block pagehead %} diff --git a/ietf/templates/doc/document_history.html b/ietf/templates/doc/document_history.html index bc29301ad..249a1ea7c 100644 --- a/ietf/templates/doc/document_history.html +++ b/ietf/templates/doc/document_history.html @@ -2,7 +2,7 @@ {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load ietf_filters %} -{% load future staticfiles %} +{% load staticfiles %} {% block title %}History for {{ doc.name }}-{{ doc.rev }}{% endblock %} diff --git a/ietf/templates/group/email.html b/ietf/templates/group/email.html index 7c0591798..0fc7cc0a5 100644 --- a/ietf/templates/group/email.html +++ b/ietf/templates/group/email.html @@ -2,7 +2,7 @@ {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load ietf_filters %} -{% load future staticfiles %} +{% load staticfiles %} {% block pagehead %} diff --git a/ietf/templates/group/history.html b/ietf/templates/group/history.html index 11064a59f..3c8e23bec 100644 --- a/ietf/templates/group/history.html +++ b/ietf/templates/group/history.html @@ -2,7 +2,7 @@ {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load ietf_filters %} -{% load future staticfiles %} +{% load staticfiles %} {% block pagehead %} diff --git a/ietf/templates/ipr/details.txt b/ietf/templates/ipr/details.txt index 3635b7c57..6c37da229 100644 --- a/ietf/templates/ipr/details.txt +++ b/ietf/templates/ipr/details.txt @@ -1,4 +1,4 @@ -{% autoescape off %}{% load ietf_filters %}{% load ipr_filters %}{% load future %}IPR Title: {{ ipr.title|safe }} +{% autoescape off %}{% load ietf_filters %}{% load ipr_filters %}IPR Title: {{ ipr.title|safe }} Section {% cycle 'I','II','III','IV','V','VI','VII','VIII' as section %}. {% if ipr|to_class_name == "ThirdPartyIprDisclosure" %}Possible {% endif %}Patent Holder/Applicant ("Patent Holder") Legal Name: {{ ipr.holder_legal_name|safe }} diff --git a/ietf/templates/ipr/details_edit.html b/ietf/templates/ipr/details_edit.html index 255018f6e..aceaba96f 100644 --- a/ietf/templates/ipr/details_edit.html +++ b/ietf/templates/ipr/details_edit.html @@ -3,7 +3,6 @@ {% load origin %} {% load staticfiles %} {% load ietf_filters ipr_filters bootstrap3 widget_tweaks %} -{% load future %} {% block title %}{% if form.instance %}Edit IPR #{{ form.instance.id }}{% else %}New IPR{% endif %}{% endblock %} diff --git a/ietf/templates/ipr/details_history.html b/ietf/templates/ipr/details_history.html index 8827bebbc..d74c54e8f 100644 --- a/ietf/templates/ipr/details_history.html +++ b/ietf/templates/ipr/details_history.html @@ -3,7 +3,6 @@ {% load origin %} {% load ietf_filters ipr_filters staticfiles %} -{% load future %} {% block morecss %} diff --git a/ietf/templates/ipr/details_view.html b/ietf/templates/ipr/details_view.html index 50165668d..506b1be12 100644 --- a/ietf/templates/ipr/details_view.html +++ b/ietf/templates/ipr/details_view.html @@ -3,7 +3,6 @@ {% load origin %} {% load ietf_filters ipr_filters %} -{% load future %} {% block title %}IPR Details - {{ ipr.title }}{% endblock %} diff --git a/ietf/templates/ipr/search_result.html b/ietf/templates/ipr/search_result.html index 5d7a073e3..656dde667 100644 --- a/ietf/templates/ipr/search_result.html +++ b/ietf/templates/ipr/search_result.html @@ -3,7 +3,7 @@ {% load origin %} {% load staticfiles %} {% load ietf_filters %} -{% load future staticfiles %} +{% load staticfiles %} {% block pagehead %} diff --git a/ietf/templates/liaisons/detail_history.html b/ietf/templates/liaisons/detail_history.html index c65a8cf82..53388a180 100644 --- a/ietf/templates/liaisons/detail_history.html +++ b/ietf/templates/liaisons/detail_history.html @@ -1,6 +1,5 @@ {% extends "base.html" %} -{% load future %} {% load ietf_filters staticfiles %} {% block pagehead %} diff --git a/ietf/templates/liaisons/liaison_table.html b/ietf/templates/liaisons/liaison_table.html index 86dc3407b..b1fce1f54 100644 --- a/ietf/templates/liaisons/liaison_table.html +++ b/ietf/templates/liaisons/liaison_table.html @@ -1,6 +1,5 @@ {# Copyright The IETF Trust 2007, All Rights Reserved #} {% load ietf_filters %} -{% load future %} diff --git a/ietf/templates/submit/submission_status.html b/ietf/templates/submit/submission_status.html index e100b7549..147947c9a 100644 --- a/ietf/templates/submit/submission_status.html +++ b/ietf/templates/submit/submission_status.html @@ -3,7 +3,6 @@ {% load origin %} {% load staticfiles %} {% load ietf_filters submit_tags %} -{% load future %} {% block title %}Submission status of {{ submission.name }}-{{ submission.rev }}{% endblock %}