add support for django 1.11 in templates removing futures (#21489)

This commit is contained in:
Elias Showk 2018-05-25 15:35:45 +02:00
parent f48a698292
commit 1c5a107892
6 changed files with 0 additions and 6 deletions

View File

@ -1,6 +1,5 @@
{% extends "gadjo/base.html" %}
{% load i18n staticfiles %}
{% load firstof from future %}
{% block bodyargs %} class="{% block bodyclasses %}{% endblock %}"{% endblock %}

View File

@ -1,5 +1,4 @@
{% extends "authentic2/manager/form.html" %}
{% load firstof from future %}
{% load i18n %}
{% block page-title %}

View File

@ -1,5 +1,4 @@
{% extends "authentic2/manager/form.html" %}
{% load firstof from future %}
{% load i18n %}
{% block breadcrumb %}

View File

@ -1,5 +1,4 @@
{% extends "authentic2/manager/form.html" %}
{% load firstof from future %}
{% load i18n %}
{% block bodyclasses %}{{ block.super }} with-actions{% endblock %}

View File

@ -1,5 +1,4 @@
{% extends "authentic2/manager/form.html" %}
{% load firstof from future %}
{% load i18n %}
{% block breadcrumb %}

View File

@ -1,4 +1,3 @@
{% load firstof from future %}
<h4>SAML</h4>
<ul>