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 | 1cc2fe4062b16a91d04ed4ffa35248f82c92fbb4 (patch) | |
tree | 3f239121db47139228c5b6d2cc4b95fb8d9533ef /ishtar_common/widgets.py | |
parent | 79ecf7ad94273476e4f0bc4c0351e6a6dbde090e (diff) | |
download | Ishtar-1cc2fe4062b16a91d04ed4ffa35248f82c92fbb4.tar.bz2 Ishtar-1cc2fe4062b16a91d04ed4ffa35248f82c92fbb4.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() |