diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-07-15 16:18:14 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-07-15 16:18:14 +0200 |
| commit | 14075c7c744bb80da7f25c28f8c4f1322f30a69e (patch) | |
| tree | 2974d8cf142a96e5b620b306f24f9698b120959c /ishtar_common/templates/ishtar/wizard/default_wizard.html | |
| parent | 1bcb570b463370ad1375c395f0f23b204a2dba0e (diff) | |
| download | Ishtar-14075c7c744bb80da7f25c28f8c4f1322f30a69e.tar.bz2 Ishtar-14075c7c744bb80da7f25c28f8c4f1322f30a69e.zip | |
✨ Find: add the ability to configure a "+ find without context" button
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard/default_wizard.html')
| -rw-r--r-- | ishtar_common/templates/ishtar/wizard/default_wizard.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/default_wizard.html b/ishtar_common/templates/ishtar/wizard/default_wizard.html index c4a304111..0d3863af9 100644 --- a/ishtar_common/templates/ishtar/wizard/default_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/default_wizard.html @@ -6,6 +6,15 @@ {% 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 %} {% include "ishtar/blocks/wizard_breadcrumb.html" %} |
