Removed instances of 'load future' from templates that don't need it any more.

- Legacy-Id: 12530
This commit is contained in:
Henrik Levkowetz 2016-12-15 13:14:16 +00:00
parent 173f5419ac
commit b3740bcfca
13 changed files with 6 additions and 13 deletions

View file

@ -3,7 +3,6 @@
{% if debug %}
{% if sql_debug %}
{% load debug_filters %}
{% load future %}
<div id="debug">
<hr>

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load ietf_filters %}
{% load future staticfiles %}
{% load staticfiles %}
{% block pagehead %}
<link rel="stylesheet" href="{% static "jquery.tablesorter/css/theme.bootstrap.min.css" %}">

View file

@ -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 %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load ietf_filters %}
{% load future staticfiles %}
{% load staticfiles %}
{% block pagehead %}
<link rel="stylesheet" href="{% static "jquery.tablesorter/css/theme.bootstrap.min.css" %}">

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load ietf_filters %}
{% load future staticfiles %}
{% load staticfiles %}
{% block pagehead %}
<link rel="stylesheet" href="{% static "jquery.tablesorter/css/theme.bootstrap.min.css" %}">

View file

@ -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 }}

View file

@ -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 %}

View file

@ -3,7 +3,6 @@
{% load origin %}
{% load ietf_filters ipr_filters staticfiles %}
{% load future %}
{% block morecss %}
<link rel="stylesheet" href="{% static "jquery.tablesorter/css/theme.bootstrap.min.css" %}">

View file

@ -3,7 +3,6 @@
{% load origin %}
{% load ietf_filters ipr_filters %}
{% load future %}
{% block title %}IPR Details - {{ ipr.title }}{% endblock %}

View file

@ -3,7 +3,7 @@
{% load origin %}
{% load staticfiles %}
{% load ietf_filters %}
{% load future staticfiles %}
{% load staticfiles %}
{% block pagehead %}
<link rel="stylesheet" href="{% static "jquery.tablesorter/css/theme.bootstrap.min.css" %}">

View file

@ -1,6 +1,5 @@
{% extends "base.html" %}
{% load future %}
{% load ietf_filters staticfiles %}
{% block pagehead %}

View file

@ -1,6 +1,5 @@
{# Copyright The IETF Trust 2007, All Rights Reserved #}
{% load ietf_filters %}
{% load future %}
<table class="table table-condensed table-striped tablesorter">
<thead>

View file

@ -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 %}