mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Layout refresh for plugin settings page (#2490)
Co-authored-by: Richard Schreiber <schreiber@rami.io>
This commit is contained in:
@@ -34,7 +34,7 @@ class StatisticsApp(AppConfig):
|
||||
author = _("the pretix team")
|
||||
version = version
|
||||
category = 'FEATURE'
|
||||
description = _("This plugin shows you various statistics.")
|
||||
description = _("Get a birds-eye view of your event sales with graphical statistics.")
|
||||
|
||||
def ready(self):
|
||||
from . import signals # NOQA
|
||||
|
||||
Reference in New Issue
Block a user