diff options
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 |
commit | f4d6be02a756865b951d94fa8e9cd5866dcea7de (patch) | |
tree | 70af59e9247ecda036f585343f85f9086430f426 /ishtar_common/templates/ishtar/organization_form.html | |
parent | c498f5da00e3d85e10b7dd755bcbda89de511962 (diff) | |
download | Ishtar-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/organization_form.html')
-rw-r--r-- | ishtar_common/templates/ishtar/organization_form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/organization_form.html b/ishtar_common/templates/ishtar/organization_form.html index 21d5ffa9e..828023908 100644 --- a/ishtar_common/templates/ishtar/organization_form.html +++ b/ishtar_common/templates/ishtar/organization_form.html @@ -1,4 +1,4 @@ -{% load i18n %}{% load url from future %} +{% load i18n %} <div id='orga-form'> <form id='dyn-form-organization' method='post'> {% csrf_token %} |