From 1ec422545704e35f9a1fe2eaa5f974cc82d5179f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 3 Dec 2018 17:14:13 +0100 Subject: Sheet operation QA: add context record --- .../ishtar/forms/qa_operation_contextrecord.html | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 archaeological_context_records/templates/ishtar/forms/qa_operation_contextrecord.html (limited to 'archaeological_context_records/templates') diff --git a/archaeological_context_records/templates/ishtar/forms/qa_operation_contextrecord.html b/archaeological_context_records/templates/ishtar/forms/qa_operation_contextrecord.html new file mode 100644 index 000000000..c782832ff --- /dev/null +++ b/archaeological_context_records/templates/ishtar/forms/qa_operation_contextrecord.html @@ -0,0 +1,28 @@ +{% extends "ishtar/forms/qa_base.html" %} +{% load i18n inline_formset table_form %} + +{% block main_form %} +{% if form.non_field_errors %} + +{% endif %} + +

{% trans "Quick add context record" %}

+ +{% for hidden in form.hidden_fields %}{{hidden}} +{% if hidden.errors %}
+ {{ hidden.errors }} +
{% endif %} +{% endfor %} +{% with force_large_col=True %}{% for field in form %} +
+ {% include "blocks/bs_field_snippet.html" %} +
+{% endfor %}{% endwith %} + +
+ {% trans "To put more information to the context record use the full form on the top menu: \"Context record > Add\"." %} +
+{% endblock %} + -- cgit v1.2.3