Skip to content

Commit f52e868

Browse files
Add Code of Conduct link in nav and footer
1 parent 5c8c07c commit f52e868

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

templates/includes/footer.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<div class="col-sm-6 col-md-3">
44
<h4>Policies</h4>
55
<ul>
6+
<li>
7+
<a href="{% url 'codeofconduct' %}" target="_blank">Code of Conduct</a>
8+
</li>
69
<li>
710
<a href="http://bit.ly/Slack_Code_Conduct_CI" target="_blank">Community Guidelines</a>
811
</li>

templates/includes/navbar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
<div class="dropdown-menu" aria-labelledby="navbarResources">
4343
<a class="dropdown-item" href="{% url 'faq' %}">FAQs</a>
4444
<a class="dropdown-item" href="{% url 'resources' %}">Useful Resources</a>
45+
<a class="dropdown-item" href="{% url 'codeofconduct' %}">Code of Conduct</a>
4546
</div>
4647
</li>
4748
{% else %}

0 commit comments

Comments
 (0)