forked from CGM_Public/pretix_original
More visible download buttons for single tickets
This commit is contained in:
@@ -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:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user