We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c8c07c commit f52e868Copy full SHA for f52e868
2 files changed
templates/includes/footer.html
@@ -3,6 +3,9 @@
3
<div class="col-sm-6 col-md-3">
4
<h4>Policies</h4>
5
<ul>
6
+ <li>
7
+ <a href="{% url 'codeofconduct' %}" target="_blank">Code of Conduct</a>
8
+ </li>
9
<li>
10
<a href="http://bit.ly/Slack_Code_Conduct_CI" target="_blank">Community Guidelines</a>
11
</li>
templates/includes/navbar.html
@@ -42,6 +42,7 @@
42
<div class="dropdown-menu" aria-labelledby="navbarResources">
43
<a class="dropdown-item" href="{% url 'faq' %}">FAQs</a>
44
<a class="dropdown-item" href="{% url 'resources' %}">Useful Resources</a>
45
+ <a class="dropdown-item" href="{% url 'codeofconduct' %}">Code of Conduct</a>
46
</div>
47
48
{% else %}
0 commit comments