Add URL to PGLister manager page from "Your Account" quick links.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 12 May 2019 16:01:16 +0000 (12:01 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 12 May 2019 16:01:16 +0000 (12:01 -0400)
pgweb/util/contexts.py

index c38f2480e16b88fa65013d859937341ca459c34e..53e828d4735464ac4728a920494e5c62558c2233 100644 (file)
@@ -71,6 +71,7 @@ sitenav = {
     'account': [
         {'title': 'Your account', 'link': '/account'},
         {'title': 'Profile', 'link': '/account/profile'},
+        {'title': 'Mailing List Subscriptions', 'link': 'https://lists.postgresql.org/manage/'},
         {'title': 'Submitted data', 'link': '/account', 'submenu': [
             {'title': 'News Articles', 'link': '/account/edit/news/'},
             {'title': 'Events', 'link': '/account/edit/events/'},