From 616b0d42a50094a1614b2f80f73e8bdb87983c41 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 24 Mar 2011 02:28:32 +0100 Subject: Manage treatments (refs #302) - Work on add button to some fields (refs #113) --- ishtar/templates/window.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 ishtar/templates/window.html (limited to 'ishtar/templates/window.html') diff --git a/ishtar/templates/window.html b/ishtar/templates/window.html new file mode 100644 index 000000000..3c52a3d90 --- /dev/null +++ b/ishtar/templates/window.html @@ -0,0 +1,40 @@ +{% load i18n %} + + + + + + {% block title %}Ishtar{% if APP_NAME %} - {{APP_NAME}}{%endif%}{% endblock %} + + + + + + + + + {% block extra_head %} + {% endblock %} + + +{% if new_item_label %} + +{% endif %} +
+

{{title}}

+
{% csrf_token %} + + {{form.as_table}} + +
+
+ +
+ + + -- cgit v1.2.3