summaryrefslogtreecommitdiff
path: root/ishtar_common/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-01-18 13:34:27 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-01-18 13:34:27 +0100
commiteb54c792cdabada6d36ea56fcb2ba6ec706911b8 (patch)
tree1477fbefb1ceac71fba1b4de22e1a39d601c0056 /ishtar_common/templates
parent5822dc5199293b1c56b65e4969f356153014ae76 (diff)
downloadIshtar-eb54c792cdabada6d36ea56fcb2ba6ec706911b8.tar.bz2
Ishtar-eb54c792cdabada6d36ea56fcb2ba6ec706911b8.zip
SEARCH -> SEARCH_AND_SELECT
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r--ishtar_common/templates/ishtar/wizard/default_wizard.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/default_wizard.html b/ishtar_common/templates/ishtar/wizard/default_wizard.html
index 6c9193966..144323854 100644
--- a/ishtar_common/templates/ishtar/wizard/default_wizard.html
+++ b/ishtar_common/templates/ishtar/wizard/default_wizard.html
@@ -39,7 +39,7 @@
{% block "footer" %}
<div id="footer">
{% block "validation_bar" %}
- {% if wizard.form.SEARCH %}
+ {% if wizard.form.SEARCH_AND_SELECT %}
<p class="confirm-message">{% trans "Search and select an item in the table" %}</p>
{% endif %}
{% include 'ishtar/wizard/validation_bar.html' %}