From 4f63ed814f96bbc68c22c98b799c3911d62aa737 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 19 Feb 2019 17:36:25 +0100 Subject: Geo: manage container and warehouse - manage geo save dependencies --- ishtar_common/forms.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ishtar_common/forms.py') 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 -- cgit v1.2.3