summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/wizard
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-04-18 13:40:28 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-04-18 13:40:28 +0200
commitf4d6be02a756865b951d94fa8e9cd5866dcea7de (patch)
tree70af59e9247ecda036f585343f85f9086430f426 /ishtar_common/templates/ishtar/wizard
parentc498f5da00e3d85e10b7dd755bcbda89de511962 (diff)
downloadIshtar-f4d6be02a756865b951d94fa8e9cd5866dcea7de.tar.bz2
Ishtar-f4d6be02a756865b951d94fa8e9cd5866dcea7de.zip
Django 1.8: removing "load url from future" we are in the future
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard')
-rw-r--r--ishtar_common/templates/ishtar/wizard/default_wizard.html1
-rw-r--r--ishtar_common/templates/ishtar/wizard/validation_bar.html1
2 files changed, 0 insertions, 2 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/default_wizard.html b/ishtar_common/templates/ishtar/wizard/default_wizard.html
index 204feeebe..19076b0de 100644
--- a/ishtar_common/templates/ishtar/wizard/default_wizard.html
+++ b/ishtar_common/templates/ishtar/wizard/default_wizard.html
@@ -1,6 +1,5 @@
{% extends "base.html" %}
{% load i18n range table_form %}
-{% load url from future %}
{% block extra_head %}
{{form.media}}
{% endblock %}
diff --git a/ishtar_common/templates/ishtar/wizard/validation_bar.html b/ishtar_common/templates/ishtar/wizard/validation_bar.html
index a1590858f..b99b9e689 100644
--- a/ishtar_common/templates/ishtar/wizard/validation_bar.html
+++ b/ishtar_common/templates/ishtar/wizard/validation_bar.html
@@ -1,5 +1,4 @@
{% load i18n %}
-{% load url from future %}
<div id='validation-bar'>
<input type="submit" id="submit_form" name='validate' value="{% trans 'Validate' %}"/>
{% if last_step_is_available and next_steps %}