Checkin list PDF: Remove date from headline, it's in the page header now

This commit is contained in:
Raphael Michel
2019-05-09 10:52:42 +02:00
parent 4aab5daa57
commit d8ded08a46

View File

@@ -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)