diff options
author | Dave Page | 2019-02-18 10:36:53 +0000 |
---|---|---|
committer | Dave Page | 2019-02-18 10:36:53 +0000 |
commit | e7099c90ead4bb3575109f68e1cbd548c138941c (patch) | |
tree | 259d0c48b616a1947a646b6c7529727b431c79bf /pgweb/util/contexts.py | |
parent | 1f55533887e65d4a6c5ebab0de8fd552a047d32a (diff) |
Move project policies to the website.
Changes by myself and Jonathan Katz
Review by Jonathan Katz and Daniel Gustafsson
Diffstat (limited to 'pgweb/util/contexts.py')
-rw-r--r-- | pgweb/util/contexts.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pgweb/util/contexts.py b/pgweb/util/contexts.py index 43f6c3e2..25c4787e 100644 --- a/pgweb/util/contexts.py +++ b/pgweb/util/contexts.py @@ -6,9 +6,7 @@ from django.conf import settings sitenav = { 'about': [ {'title': 'About', 'link': '/about/'}, - {'title': 'Code of Conduct', 'link': '/about/policies/coc/', 'submenu': [ - {'title': 'Committee', 'link': '/about/policies/coc_committee/'} - ]}, + {'title': 'Policies', 'link': '/about/policies/'}, {'title': 'Feature Matrix', 'link': '/about/featurematrix/'}, {'title': 'Donate', 'link': '/about/donate/'}, {'title': 'History', 'link': '/docs/current/history.html'}, @@ -49,7 +47,6 @@ sitenav = { {'title': 'Local User Groups', 'link': '/community/user-groups/'}, {'title': 'Events', 'link': '/about/events/'}, {'title': 'International Sites', 'link': '/community/international/'}, - {'title': 'Recognition Guidelines', 'link': '/community/recognition/'}, ], 'developer': [ {'title': 'Developers', 'link': '/developer/'}, |