diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-19 17:36:25 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-04-24 19:38:56 +0200 |
commit | 986511b2572acb369086ed613adc32ff1d1863a9 (patch) | |
tree | 1ac2de99841b7a28fee128a68700f59458594f14 /ishtar_common/forms.py | |
parent | a6b1ad5c73d2a51ab2bf6ba1a3451d7298993722 (diff) | |
download | Ishtar-986511b2572acb369086ed613adc32ff1d1863a9.tar.bz2 Ishtar-986511b2572acb369086ed613adc32ff1d1863a9.zip |
Geo: manage container and warehouse - manage geo save dependencies
Diffstat (limited to 'ishtar_common/forms.py')
-rw-r--r-- | ishtar_common/forms.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ishtar_common/forms.py b/ishtar_common/forms.py index 7f9c8a400..311f6fee4 100644 --- a/ishtar_common/forms.py +++ b/ishtar_common/forms.py @@ -664,8 +664,7 @@ def get_form_selection( class_name, label, key, model, base_form, get_url, not_selected_error=_(u"You should select an item."), new=False, new_message=_(u"Add a new item"), get_full_url=None, - gallery=False, map=False - ): + gallery=False, map=False): """ Generate a class selection form class_name -- name of the class |