diff options
Diffstat (limited to 'archaeological_finds/templates/ishtar')
-rw-r--r-- | archaeological_finds/templates/ishtar/forms/qa_find_treatment.html | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ </div>{% endif %} {% endfor %} <div class="form-row"> + {% 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 %} </div> <div class="form-row"> {{ form.collection }} <label for="{{form.collection.auto_id}}"> |