From 9a14870b96ced509d9fc5f3625e8ade08c0f04b9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 3 Nov 2015 00:10:50 +0100 Subject: Archaeological files: alow edition of planning service address --- .../templates/ishtar/organization_form.html | 109 ++++++++++++++++++++- 1 file changed, 107 insertions(+), 2 deletions(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/ishtar/organization_form.html b/ishtar_common/templates/ishtar/organization_form.html index 207116c21..3a2d37846 100644 --- a/ishtar_common/templates/ishtar/organization_form.html +++ b/ishtar_common/templates/ishtar/organization_form.html @@ -1,10 +1,16 @@ -{% load i18n %} +{% load i18n %}{% load url from future %} +
+
+{% csrf_token %} +{% for hidden in form.hidden_fields %}{{hidden}}{% endfor %} + + +
{{form.name}}
-{% for hidden in form.hidden_fields %}{{hidden}}{% endfor %} @@ -27,4 +33,103 @@
{{form.town}}
+
+ + + + +
+ + + -- cgit v1.2.3