From 274b8d44ccf1f099f2e22b5a6a70f9743b746c1d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 3 May 2015 23:21:46 +0200 Subject: Interface: create new import, management interface --- ishtar_common/templates/ishtar/form.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ishtar_common/templates/ishtar/form.html (limited to 'ishtar_common/templates/ishtar/form.html') diff --git a/ishtar_common/templates/ishtar/form.html b/ishtar_common/templates/ishtar/form.html new file mode 100644 index 000000000..1e795c540 --- /dev/null +++ b/ishtar_common/templates/ishtar/form.html @@ -0,0 +1,13 @@ +{% extends "base.html" %} +{% load i18n inline_formset %} +{% block content %} +

{{page_name}}

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