diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-09-13 00:18:29 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-09-13 00:18:29 +0200 |
commit | 5b07f6cb31a67a38083d32ec9c302c88ca1f7512 (patch) | |
tree | 3f239121db47139228c5b6d2cc4b95fb8d9533ef /ishtar_common/widgets.py | |
parent | 7eaddb898570caaf19e94e3b2c889572eaf7a59c (diff) | |
download | Ishtar-5b07f6cb31a67a38083d32ec9c302c88ca1f7512.tar.bz2 Ishtar-5b07f6cb31a67a38083d32ec9c302c88ca1f7512.zip |
New management of "popup" for new items -> change all form configuration
Diffstat (limited to 'ishtar_common/widgets.py')
-rw-r--r-- | ishtar_common/widgets.py | 2 |
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() |