mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
PDF: Show event time on default layout
This commit is contained in:
@@ -104,8 +104,8 @@ class TicketLayout(LoggedModel):
|
||||
"bold":false,
|
||||
"italic":false,
|
||||
"width":"110.00",
|
||||
"content":"event_date_range",
|
||||
"text":"May 31st – June 4th, 2017",
|
||||
"content":"event_begin",
|
||||
"text":"2016-05-31 20:00",
|
||||
"align":"left"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -158,7 +158,7 @@ class PdfTicketOutput(BaseTicketOutput):
|
||||
"text": "John Doe", "align": "left"},
|
||||
{"type": "textarea", "left": "17.50", "bottom": "242.10", "fontsize": "13.0", "color": [0, 0, 0, 1],
|
||||
"fontfamily": "Open Sans", "bold": False, "italic": False, "width": "110.00",
|
||||
"content": "event_date_range", "text": "May 31st, 2017", "align": "left"},
|
||||
"content": "event_begin", "text": "2017-05-31 20:00", "align": "left"},
|
||||
{"type": "textarea", "left": "17.50", "bottom": "204.80", "fontsize": "13.0", "color": [0, 0, 0, 1],
|
||||
"fontfamily": "Open Sans", "bold": False, "italic": False, "width": "110.00", "content": "event_location",
|
||||
"text": "Random City", "align": "left"},
|
||||
|
||||
Reference in New Issue
Block a user