summaryrefslogtreecommitdiff
path: root/ishtar_common/templates
diff options
context:
space:
mode:
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' %}