Skip to content
Snippets Groups Projects
Verified Commit a349906c authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Add settings link

parent b682048f
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,13 @@ class PluginApp(PluginConfig): ...@@ -24,6 +24,13 @@ class PluginApp(PluginConfig):
version = __version__ version = __version__
category = "FEATURE" category = "FEATURE"
compatibility = "pretix>=2.7.0" compatibility = "pretix>=2.7.0"
settings_links = [
(
gettext_lazy("Public registrations"),
"plugins:pretix_public_reginstrations:settings",
{},
),
]
def ready(self): def ready(self):
from . import signals # NOQA from . import signals # NOQA
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment