mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Enlarge download button for multi downloads
This commit is contained in:
@@ -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:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user