We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff634b5 commit 2470524Copy full SHA for 2470524
pretalx_venueless/apps.py
@@ -17,6 +17,9 @@ class PretalxPluginMeta:
17
visible = True
18
version = __version__
19
category = "INTEGRATION"
20
+ settings_links = [
21
+ (gettext_lazy("Settings"), "plugins:pretalx_venueless:settings", {}),
22
+ ]
23
24
def ready(self):
25
from . import signals # noqa: F401, PLC0415
0 commit comments