From 045bfe71586c0eeacf8a696d97ed5a136fb2cedf Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 3 Dec 2020 16:14:20 +0100 Subject: Container QA form: fix parent add - fix field layout (refs #4996 - refs #4997) --- archaeological_finds/templates/ishtar/forms/qa_find_treatment.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archaeological_finds/templates/ishtar/forms') diff --git a/archaeological_finds/templates/ishtar/forms/qa_find_treatment.html b/archaeological_finds/templates/ishtar/forms/qa_find_treatment.html index c7944f2a0..e8d00cb33 100644 --- a/archaeological_finds/templates/ishtar/forms/qa_find_treatment.html +++ b/archaeological_finds/templates/ishtar/forms/qa_find_treatment.html @@ -21,12 +21,14 @@ {% endif %} {% endfor %}
+ {% with force_large_col=True %} {% 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 %} + {% endwith %}
{{ form.collection }}