mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Layout refresh for plugin settings page (#2490)
Co-authored-by: Richard Schreiber <schreiber@rami.io>
This commit is contained in:
@@ -34,8 +34,8 @@ class SendMailApp(AppConfig):
|
||||
author = _("the pretix team")
|
||||
category = 'FEATURE'
|
||||
version = version
|
||||
description = _("This plugin allows you to send out emails " +
|
||||
"to all your customers.")
|
||||
featured = True
|
||||
description = _("Send out emails to all your customers or specific groups of customers.")
|
||||
|
||||
def ready(self):
|
||||
from . import signals # NOQA
|
||||
|
||||
Reference in New Issue
Block a user