mirror of
https://github.com/pretix/pretix.git
synced 2026-08-27 13:24:41 +00:00
improve formatting for subevents
This commit is contained in:
@@ -40,7 +40,8 @@ class DummyCategory:
|
||||
|
||||
def __init__(self, category: ItemCategory, subevent):
|
||||
self.id = category.id
|
||||
self.name = f"{category.name} ({subevent})"
|
||||
self.name = str(category.name)
|
||||
self.subevent_name = str(subevent)
|
||||
self.description = category.description
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user