Show download-provider specific icons where defined

This commit is contained in:
Martin Gross
2018-08-15 17:24:49 +02:00
committed by Raphael Michel
parent 08ee37112f
commit 1b5c4a21bb
4 changed files with 11 additions and 3 deletions

View File

@@ -156,3 +156,10 @@ class BaseTicketOutput:
The text on the download button in the frontend.
"""
return _('Download ticket')
@property
def download_button_icon(self) -> str:
"""
The Font Awesome icon on the download button in the frontend.
"""
return 'fa-download'