From 6c1de61895bea26c3c219bbd57976396721dc073 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 30 Nov 2018 19:59:16 +0100 Subject: Basket: duplicate QA --- .../ishtar/forms/qa_findbasket_duplicate.html | 22 ++++++++++++++++++++++ .../ishtar/wizard/wizard_findbasket_deletion.html | 7 +++++++ 2 files changed, 29 insertions(+) create mode 100644 archaeological_finds/templates/ishtar/forms/qa_findbasket_duplicate.html (limited to 'archaeological_finds/templates') diff --git a/archaeological_finds/templates/ishtar/forms/qa_findbasket_duplicate.html b/archaeological_finds/templates/ishtar/forms/qa_findbasket_duplicate.html new file mode 100644 index 000000000..b9ec50f22 --- /dev/null +++ b/archaeological_finds/templates/ishtar/forms/qa_findbasket_duplicate.html @@ -0,0 +1,22 @@ +{% extends "ishtar/forms/qa_base.html" %} +{% load i18n inline_formset table_form %} + +{% block main_form %} +
+ {% trans "Items of the basket will be attached to the new basket but not the shares." %} +
+{% if form.non_field_errors %} + +{% endif %} +
+
+ +
+ {% with form.label as field %} + {% include "blocks/bs_field_snippet.html" %} + {% endwith %} +
+{% endblock %} + diff --git a/archaeological_finds/templates/ishtar/wizard/wizard_findbasket_deletion.html b/archaeological_finds/templates/ishtar/wizard/wizard_findbasket_deletion.html index 02f7253d7..ffd5f0398 100644 --- a/archaeological_finds/templates/ishtar/wizard/wizard_findbasket_deletion.html +++ b/archaeological_finds/templates/ishtar/wizard/wizard_findbasket_deletion.html @@ -12,6 +12,13 @@ {% trans "Are you sure you want to delete this basket?" %} {% endif %} +
+ {% trans "Items inside the basket (these items will not be deleted):" %} +
+ +
{% trans "Basket informations:" %}
-- cgit v1.2.3