general: remove "load url from future" in templates (#19889)

This commit is contained in:
Thomas NOËL 2017-10-25 23:43:03 +02:00
parent 2f34e47e61
commit 707544aa35
14 changed files with 0 additions and 14 deletions

View File

@ -1,6 +1,5 @@
{% extends "passerelle/manage.html" %}
{% load i18n %}
{% load url from future %}
{% block breadcrumb %}
{{ block.super }}

View File

@ -1,6 +1,5 @@
{% extends "passerelle/base.html" %}
{% load i18n %}
{% load url from future %}
{% block appbar %}
<h2>{% trans view.kwargs.resource_name %}</h2>

View File

@ -1,6 +1,5 @@
{% extends "passerelle/base.html" %}
{% load i18n %}
{% load url from future %}
{% block appbar %}
<h2><a href="..">{% trans view.kwargs.resource_name %}</a> &mdash; {{ object.title }}</h2>

View File

@ -1,6 +1,5 @@
{% extends "passerelle/base.html" %}
{% load i18n %}
{% load url from future %}
{% block appbar %}
<h2>{% trans view.kwargs.resource_name %}</h2>

View File

@ -1,6 +1,5 @@
{% extends "passerelle/base.html" %}
{% load i18n %}
{% load url from future %}
{% block appbar %}
<h2><a href="..">{% trans view.kwargs.resource_name %}</a> &mdash; {{ object.title }}</h2>

View File

@ -1,6 +1,5 @@
{% extends "gadjo/base.html" %}
{% load i18n %}
{% load firstof from future %}
{% block page-title %}Passerelle{% endblock %}
{% block site-title %}Passerelle{% endblock %}
{% block footer %}Passerelle — Copyright © Entr'ouvert{% endblock %}

View File

@ -1,6 +1,5 @@
{% extends "passerelle/base.html" %}
{% load i18n %}
{% load url from future %}
{% block breadcrumb %}
{{ block.super }}

View File

@ -1,6 +1,5 @@
{% extends "passerelle/base.html" %}
{% load i18n %}
{% load url from future %}
{% block appbar %}
<h2>{% trans 'Web Services' %}</h2>

View File

@ -1,6 +1,5 @@
{% extends "passerelle/manage/apiuser_list.html" %}
{% load i18n %}
{% load url from future %}
{% block breadcrumb %}
{{ block.super }}

View File

@ -1,6 +1,5 @@
{% extends "passerelle/manage/apiuser_list.html" %}
{% load i18n %}
{% load url from future %}
{% block breadcrumb %}
{{ block.super }}

View File

@ -1,6 +1,5 @@
{% extends "passerelle/manage/apiuser_list.html" %}
{% load i18n %}
{% load url from future %}
{% block breadcrumb %}
{{ block.super }}

View File

@ -1,6 +1,5 @@
{% extends "passerelle/manage.html" %}
{% load i18n %}
{% load url from future %}
{% block breadcrumb %}
{{ block.super }}

View File

@ -1,6 +1,5 @@
{% extends "passerelle/manage.html" %}
{% load i18n %}
{% load url from future %}
{% block breadcrumb %}
{{ block.super }}

View File

@ -1,6 +1,5 @@
{% extends "passerelle/base.html" %}
{% load i18n %}
{% load url from future %}
{% block wrapper %}
<div id="wrap">