summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/wizard/default_wizard.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-11-28 17:58:55 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-02-19 14:45:56 +0100
commitd0760b4da854e1dadb4ff130468a4c6d185b1abc (patch)
tree464aab890c5d8ea8b51f6ad3558446b3c8018036 /ishtar_common/templates/ishtar/wizard/default_wizard.html
parentf10b03c55ece933e4277cdf1e7d4acfba9fdd7ed (diff)
downloadIshtar-d0760b4da854e1dadb4ff130468a4c6d185b1abc.tar.bz2
Ishtar-d0760b4da854e1dadb4ff130468a4c6d185b1abc.zip
✨ exhibition: forms/sheets
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard/default_wizard.html')
-rw-r--r--ishtar_common/templates/ishtar/wizard/default_wizard.html12
1 files changed, 2 insertions, 10 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/default_wizard.html b/ishtar_common/templates/ishtar/wizard/default_wizard.html
index 0d3863af9..b9364d012 100644
--- a/ishtar_common/templates/ishtar/wizard/default_wizard.html
+++ b/ishtar_common/templates/ishtar/wizard/default_wizard.html
@@ -6,16 +6,8 @@
{% block content %}
{% block wizard_head %}
<h3>{{wizard_label}}</h3>
-{% if no_context_cr %}
-<div class="row mb-3">
- <div class="col">
- <a href="/find_create/{{no_context_cr|unlocalize}}/" class="btn btn-success">
- <i class="fa fa-plus" aria-hidden="true"></i> {% trans "find without context" %}
- </a>
- </div>
-</div>
-{% endif %}
-
+{% block wizard_top_button %}
+{% endblock %}
{% include "ishtar/blocks/wizard_breadcrumb.html" %}
{% endblock %}