mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Show download-provider specific icons where defined
This commit is contained in:
committed by
Raphael Michel
parent
08ee37112f
commit
1b5c4a21bb
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user