mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
More visible download buttons for single tickets
This commit is contained in:
@@ -29,6 +29,7 @@ class PdfTicketOutput(BaseTicketOutput):
|
||||
verbose_name = _('PDF output')
|
||||
download_button_text = _('PDF')
|
||||
multi_download_button_text = _('Download tickets (PDF)')
|
||||
long_download_button_text = _('Download ticket (PDF)')
|
||||
|
||||
def __init__(self, event, override_layout=None, override_background=None):
|
||||
self.override_layout = override_layout
|
||||
|
||||
Reference in New Issue
Block a user