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

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