aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2019-10-17 22:22:03 +0200
committerGravatar Sebastiaan Zeeff <[email protected]>2019-10-17 22:22:03 +0200
commit60807c721fcc3b85628356d6610b81c33f541f67 (patch)
treee7d1d084d230b1412cd2a7a031c032a8c508df0a /pydis_site
parentMerge pull request #284 from python-discord/favicons (diff)
Add Code of Conduct to navbar submenu
This commit adds a link to the Code of Conduct to the dropdown menu in the navbar. It does not include a direct link to the CoC policies, which are accessible via the Code of Conduct page.
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/templates/base/navbar.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/pydis_site/templates/base/navbar.html b/pydis_site/templates/base/navbar.html
index 1d30b8f0..8cdac0de 100644
--- a/pydis_site/templates/base/navbar.html
+++ b/pydis_site/templates/base/navbar.html
@@ -77,6 +77,9 @@
<a class="navbar-item" href="{% url 'wiki:get' path="rules/" %}">
Rules
</a>
+ <a class="navbar-item" href="{% url 'wiki:get' path="code-of-conduct/" %}">
+ Code of Conduct
+ </a>
<a class="navbar-item" href="{% url 'wiki:get' path="privacy/" %}">
Privacy
</a>