forked from CGM_Public/pretix_original
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