PDF: Show event time on default layout

This commit is contained in:
Raphael Michel
2020-06-17 12:16:24 +02:00
parent ec6844f900
commit 16472e915d
2 changed files with 3 additions and 3 deletions

View File

@@ -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"
},
{

View File

@@ -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"},