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