mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
[A11y] move timezone info inline instead of tooltip (#5130)
* [A11y] move timezone info inline instead of tooltip * Update text as suggested from code review Co-authored-by: Raphael Michel <michel@rami.io> * Rebase migration * Delete src/pretix/base/migrations/0280_event_is_remote.py --------- Co-authored-by: Raphael Michel <michel@rami.io>
This commit is contained in:
committed by
GitHub
parent
073c20e975
commit
7756b6745c
@@ -175,6 +175,7 @@ class EventWizardBasicsForm(I18nModelForm):
|
||||
'presale_start',
|
||||
'presale_end',
|
||||
'location',
|
||||
'is_remote',
|
||||
'geo_lat',
|
||||
'geo_lon',
|
||||
]
|
||||
@@ -448,6 +449,7 @@ class EventUpdateForm(I18nModelForm):
|
||||
'presale_start',
|
||||
'presale_end',
|
||||
'location',
|
||||
'is_remote',
|
||||
'geo_lat',
|
||||
'geo_lon',
|
||||
'all_sales_channels',
|
||||
|
||||
Reference in New Issue
Block a user