summaryrefslogtreecommitdiff
path: root/ishtar_common/widgets.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/widgets.py')
-rw-r--r--ishtar_common/widgets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/widgets.py b/ishtar_common/widgets.py
index 79a705e43..d75769ffa 100644
--- a/ishtar_common/widgets.py
+++ b/ishtar_common/widgets.py
@@ -704,7 +704,7 @@ class JQueryAutoComplete(forms.TextInput):
html = u""
if self.new:
# WARNING: the modal for the form must be in the main template
- # "extra_form_modals" list is used for that in view or wizard
+ # "extra_form_modals" list is used for that in form or view
html = u"<div class='input-group'>"
model_name = self.associated_model._meta.object_name.lower()