Skip to content

Commit 2470524

Browse files
committed
Add settings link
1 parent ff634b5 commit 2470524

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pretalx_venueless/apps.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ class PretalxPluginMeta:
1717
visible = True
1818
version = __version__
1919
category = "INTEGRATION"
20+
settings_links = [
21+
(gettext_lazy("Settings"), "plugins:pretalx_venueless:settings", {}),
22+
]
2023

2124
def ready(self):
2225
from . import signals # noqa: F401, PLC0415

0 commit comments

Comments
 (0)