summaryrefslogtreecommitdiff
path: root/ishtar_common/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-02-09 12:03:49 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-02-09 12:03:49 +0100
commit396b447e1a0827a92b3c83e81de83ee4033ff011 (patch)
tree469c8099b61a234f1a64ac57253cf22833a6e14b /ishtar_common/templates
parentc63bd252372c800f821ec1096089fc41e2970064 (diff)
downloadIshtar-396b447e1a0827a92b3c83e81de83ee4033ff011.tar.bz2
Ishtar-396b447e1a0827a92b3c83e81de83ee4033ff011.zip
Document duplicate: add reference field
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r--ishtar_common/templates/ishtar/forms/qa_document_duplicate.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/forms/qa_document_duplicate.html b/ishtar_common/templates/ishtar/forms/qa_document_duplicate.html
index f299f3c24..e1073bf83 100644
--- a/ishtar_common/templates/ishtar/forms/qa_document_duplicate.html
+++ b/ishtar_common/templates/ishtar/forms/qa_document_duplicate.html
@@ -14,6 +14,11 @@
{% endwith %}
</div>
<div class="form-row">
+ {% with form.qa_reference as field %}
+ {% include "blocks/bs_field_snippet.html" %}
+ {% endwith %}
+</div>
+<div class="form-row">
{% with form.qa_source_type as field %}
{% include "blocks/bs_field_snippet.html" %}
{% endwith %}