From 3b557c928dc57942d4e9496b7730504bc44ad1eb Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 28 Dec 2014 01:15:07 +0100 Subject: Work on dynamic (too much of ajax and JS...) person/organization widget --- .../templates/ishtar/organization_form.html | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 ishtar_common/templates/ishtar/organization_form.html (limited to 'ishtar_common/templates/ishtar/organization_form.html') diff --git a/ishtar_common/templates/ishtar/organization_form.html b/ishtar_common/templates/ishtar/organization_form.html new file mode 100644 index 000000000..207116c21 --- /dev/null +++ b/ishtar_common/templates/ishtar/organization_form.html @@ -0,0 +1,30 @@ +{% load i18n %} + + + + +
{{form.name}}
+{% for hidden in form.hidden_fields %}{{hidden}}{% endfor %} + + + + + + + + + + + + + + + + + + + + + +
{{form.organization_type}}
{{form.address}}
{{form.address_complement}}
{{form.postal_code}}
{{form.town}}
+ -- cgit v1.2.3