mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Revert usage of NumberField for geo_lat/geo_lon, causes trouble with German locale
This commit is contained in:
@@ -55,8 +55,6 @@ class SubEventForm(I18nModelForm):
|
||||
'date_admission': SplitDateTimePickerWidget(attrs={'data-date-after': '#id_date_from_0'}),
|
||||
'presale_start': SplitDateTimePickerWidget(),
|
||||
'presale_end': SplitDateTimePickerWidget(attrs={'data-date-after': '#id_presale_start_0'}),
|
||||
'geo_lat': forms.NumberInput(attrs={'min': '-90', 'max': '90'}),
|
||||
'geo_lon': forms.NumberInput(attrs={'min': '-180', 'max': '180'}),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user