summaryrefslogtreecommitdiff
path: root/pgweb/util/contexts.py
diff options
context:
space:
mode:
authorDave Page2019-02-18 10:36:53 +0000
committerDave Page2019-02-18 10:36:53 +0000
commite7099c90ead4bb3575109f68e1cbd548c138941c (patch)
tree259d0c48b616a1947a646b6c7529727b431c79bf /pgweb/util/contexts.py
parent1f55533887e65d4a6c5ebab0de8fd552a047d32a (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.py5
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/'},