mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Set verbose name of Event.seating_plan
This commit is contained in:
@@ -495,7 +495,7 @@ class Event(EventMixin, LoggedModel):
|
|||||||
default=False
|
default=False
|
||||||
)
|
)
|
||||||
seating_plan = models.ForeignKey('SeatingPlan', on_delete=models.PROTECT, null=True, blank=True,
|
seating_plan = models.ForeignKey('SeatingPlan', on_delete=models.PROTECT, null=True, blank=True,
|
||||||
related_name='events')
|
related_name='events', verbose_name=_('Seating plan'))
|
||||||
|
|
||||||
last_modified = models.DateTimeField(
|
last_modified = models.DateTimeField(
|
||||||
auto_now=True, db_index=True
|
auto_now=True, db_index=True
|
||||||
|
|||||||
Reference in New Issue
Block a user