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

@@ -162,6 +162,13 @@ class BaseTicketOutput:
"""
return _('Download ticket')
@property
def long_download_button_text(self) -> str:
"""
The text on the large download button in the frontend.
"""
return self.download_button_text
@property
def multi_download_button_text(self) -> str:
"""