mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Freshen up layout of refund choice page
This commit is contained in:
@@ -950,7 +950,7 @@ class ManualPayment(BasePaymentProvider):
|
||||
|
||||
@property
|
||||
def public_name(self):
|
||||
return str(self.settings.get('public_name', as_type=LazyI18nString))
|
||||
return str(self.settings.get('public_name', as_type=LazyI18nString) or _('Manual payment'))
|
||||
|
||||
@property
|
||||
def settings_form_fields(self):
|
||||
|
||||
Reference in New Issue
Block a user