More visible download buttons for single tickets

This commit is contained in:
Raphael Michel
2020-04-20 17:39:11 +02:00
parent d0dd2116ca
commit b84b51250f
6 changed files with 44 additions and 13 deletions

View File

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