mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Layout refresh for plugin settings page (#2490)
Co-authored-by: Richard Schreiber <schreiber@rami.io>
This commit is contained in:
@@ -34,9 +34,10 @@ class BankTransferApp(AppConfig):
|
||||
name = _("Bank transfer")
|
||||
author = _("the pretix team")
|
||||
category = 'PAYMENT'
|
||||
featured = True
|
||||
version = version
|
||||
description = _("This plugin allows you to receive payments " +
|
||||
"via bank transfer.")
|
||||
description = _("Accept payments from your customers using classical wire transfer methods with your own "
|
||||
"bank account.")
|
||||
|
||||
def ready(self):
|
||||
from . import signals # NOQA
|
||||
|
||||
Reference in New Issue
Block a user