mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Implement corona-safe seating (#1685)
This commit is contained in:
@@ -1648,6 +1648,10 @@ Your {event} team"""))
|
||||
'default': settings.ENTROPY['giftcard_secret'],
|
||||
'type': int
|
||||
},
|
||||
'seating_minimal_distance': {
|
||||
'default': '0',
|
||||
'type': float
|
||||
},
|
||||
'seating_allow_blocked_seats_for_channel': {
|
||||
'default': [],
|
||||
'type': list
|
||||
|
||||
Reference in New Issue
Block a user