Enlarge download button for multi downloads

This commit is contained in:
Raphael Michel
2020-04-20 17:27:10 +02:00
parent 945218035e
commit d0dd2116ca
5 changed files with 13 additions and 2 deletions

View File

@@ -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