mirror of
https://github.com/pretix/pretix.git
synced 2026-08-25 13:12:00 +00:00
WIP
This commit is contained in:
@@ -293,5 +293,6 @@ class PassLayout:
|
||||
raise ValidationError("Invalid layout: {}".format(str(e)))
|
||||
|
||||
def generate(self, context):
|
||||
# TODO: how to handle nonexisting placeholders here?
|
||||
self.validate(context)
|
||||
return self.style.generate(self.layout, context)
|
||||
Reference in New Issue
Block a user