diff --git a/src/pretix/plugins/ticketoutputpdf/static/pretixplugins/ticketoutputpdf/editor.js b/src/pretix/plugins/ticketoutputpdf/static/pretixplugins/ticketoutputpdf/editor.js index 308e3b271..f36475899 100644 --- a/src/pretix/plugins/ticketoutputpdf/static/pretixplugins/ticketoutputpdf/editor.js +++ b/src/pretix/plugins/ticketoutputpdf/static/pretixplugins/ticketoutputpdf/editor.js @@ -165,7 +165,8 @@ var editor = { "event_admission_time": gettext("19:00"), "event_begin": gettext("2017-05-31 20:00"), "event_admission": gettext("2017-05-31 19:00"), - "event_location": gettext("Random City") + "event_location": gettext("Random City"), + "addons": gettext("Addon 1\nAddon 2"), }, _load_pdf: function (dump) { diff --git a/src/pretix/plugins/ticketoutputpdf/templates/pretixplugins/ticketoutputpdf/index.html b/src/pretix/plugins/ticketoutputpdf/templates/pretixplugins/ticketoutputpdf/index.html index 01b2f5ad6..0920672c1 100644 --- a/src/pretix/plugins/ticketoutputpdf/templates/pretixplugins/ticketoutputpdf/index.html +++ b/src/pretix/plugins/ticketoutputpdf/templates/pretixplugins/ticketoutputpdf/index.html @@ -272,6 +272,7 @@ +