From 29b0bd7d09f939b11d65238419feef07776e50a5 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 3 Sep 2020 12:30:35 +0200 Subject: Document QA: packaging - fix QA for search and edit --- .../ishtar/forms/qa_document_packaging.html | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 ishtar_common/templates/ishtar/forms/qa_document_packaging.html (limited to 'ishtar_common/templates/ishtar/forms/qa_document_packaging.html') diff --git a/ishtar_common/templates/ishtar/forms/qa_document_packaging.html b/ishtar_common/templates/ishtar/forms/qa_document_packaging.html new file mode 100644 index 000000000..02f60e6c0 --- /dev/null +++ b/ishtar_common/templates/ishtar/forms/qa_document_packaging.html @@ -0,0 +1,32 @@ +{% extends "ishtar/forms/qa_base.html" %} +{% load i18n inline_formset table_form %} + +{% block main_form %} + {% if form.non_field_errors %} + + {% endif %} + +

{% trans "Documents" %}

+ + +

{% trans "Packaging" %}

+ {% for hidden in form.hidden_fields %} + {{hidden}} + {% if hidden.errors %}
+ {{ hidden.errors }} +
{% endif %} + {% endfor %} +
+ {% with form.container as field %} + {% include "blocks/bs_field_snippet.html" %} + {% endwith %} + {% with form.container_to_change as field %} + {% include "blocks/bs_field_snippet.html" %} + {% endwith %} +
+{% endblock %} + -- cgit v1.2.3