Skip to content

Commit b3740bc

Browse files
committed
Removed instances of 'load future' from templates that don't need it any more.
- Legacy-Id: 12530
1 parent 173f541 commit b3740bc

13 files changed

Lines changed: 6 additions & 13 deletions

ietf/templates/debug.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
{% if debug %}
44
{% if sql_debug %}
55
{% load debug_filters %}
6-
{% load future %}
76

87
<div id="debug">
98
<hr>

ietf/templates/doc/document_email.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{# Copyright The IETF Trust 2015, All Rights Reserved #}
33
{% load origin %}
44
{% load ietf_filters %}
5-
{% load future staticfiles %}
5+
{% load staticfiles %}
66

77
{% block pagehead %}
88
<link rel="stylesheet" href="{% static "jquery.tablesorter/css/theme.bootstrap.min.css" %}">

ietf/templates/doc/document_history.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{# Copyright The IETF Trust 2015, All Rights Reserved #}
33
{% load origin %}
44
{% load ietf_filters %}
5-
{% load future staticfiles %}
5+
{% load staticfiles %}
66

77
{% block title %}History for {{ doc.name }}-{{ doc.rev }}{% endblock %}
88

ietf/templates/group/email.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{# Copyright The IETF Trust 2015, All Rights Reserved #}
33
{% load origin %}
44
{% load ietf_filters %}
5-
{% load future staticfiles %}
5+
{% load staticfiles %}
66

77
{% block pagehead %}
88
<link rel="stylesheet" href="{% static "jquery.tablesorter/css/theme.bootstrap.min.css" %}">

ietf/templates/group/history.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{# Copyright The IETF Trust 2015, All Rights Reserved #}
33
{% load origin %}
44
{% load ietf_filters %}
5-
{% load future staticfiles %}
5+
{% load staticfiles %}
66

77
{% block pagehead %}
88
<link rel="stylesheet" href="{% static "jquery.tablesorter/css/theme.bootstrap.min.css" %}">

ietf/templates/ipr/details.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% autoescape off %}{% load ietf_filters %}{% load ipr_filters %}{% load future %}IPR Title: {{ ipr.title|safe }}
1+
{% autoescape off %}{% load ietf_filters %}{% load ipr_filters %}IPR Title: {{ ipr.title|safe }}
22

33
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")
44
Legal Name: {{ ipr.holder_legal_name|safe }}

ietf/templates/ipr/details_edit.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
{% load origin %}
44
{% load staticfiles %}
55
{% load ietf_filters ipr_filters bootstrap3 widget_tweaks %}
6-
{% load future %}
76

87
{% block title %}{% if form.instance %}Edit IPR #{{ form.instance.id }}{% else %}New IPR{% endif %}{% endblock %}
98

ietf/templates/ipr/details_history.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
{% load origin %}
44

55
{% load ietf_filters ipr_filters staticfiles %}
6-
{% load future %}
76

87
{% block morecss %}
98
<link rel="stylesheet" href="{% static "jquery.tablesorter/css/theme.bootstrap.min.css" %}">

ietf/templates/ipr/details_view.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
{% load origin %}
44

55
{% load ietf_filters ipr_filters %}
6-
{% load future %}
76

87
{% block title %}IPR Details - {{ ipr.title }}{% endblock %}
98

ietf/templates/ipr/search_result.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% load origin %}
44
{% load staticfiles %}
55
{% load ietf_filters %}
6-
{% load future staticfiles %}
6+
{% load staticfiles %}
77

88
{% block pagehead %}
99
<link rel="stylesheet" href="{% static "jquery.tablesorter/css/theme.bootstrap.min.css" %}">

0 commit comments

Comments
 (0)