forked from CGM_Public/pretix_original
Checkin list PDF: Remove date from headline, it's in the page header now
This commit is contained in:
@@ -196,7 +196,7 @@ class PDFCheckinList(ReportlabExportMixin, CheckInListMixin, BaseExporter):
|
||||
|
||||
story = [
|
||||
Paragraph(
|
||||
'{} – {}'.format(cl.name, (cl.subevent or self.event).get_date_from_display()),
|
||||
cl.name,
|
||||
headlinestyle
|
||||
),
|
||||
Spacer(1, 5 * mm)
|
||||
|
||||
Reference in New Issue
Block a user