dev-reedit-2
Hartmut Holzgraefe 2023-10-31 00:52:52 +00:00
rodzic 7cc0430fda
commit 2a3c3f9f2c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -208,7 +208,7 @@ class MapRenderingJobForm(forms.ModelForm):
if mode == 'admin':
# TODO as bounding box override now exists (Issue #24)
# we need to do the same bbox checks here as in
# the mode=bbox section below?
# the mode=bbox section below?
if city == "":
msg = _(u"Administrative city required")
self._errors["administrative_city"] = ErrorList([msg])