From f4d6be02a756865b951d94fa8e9cd5866dcea7de Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 18 Apr 2017 13:40:28 +0200 Subject: Django 1.8: removing "load url from future" we are in the future --- ishtar_common/templates/ishtar/wizard/default_wizard.html | 1 - 1 file changed, 1 deletion(-) (limited to 'ishtar_common/templates/ishtar/wizard/default_wizard.html') 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 %} -- cgit v1.2.3