Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion oshc/main/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<li><a href="https://github.com/OpenSourceHelpCommunity" target="_blank">Resources</a></li>
<li><a href="{% url 'contests' %}" target="_blank">Contests</a></li>
<li><a href="{% url 'journey' %}" target="_blank">Journey</a></li>
<li><a href="mailto:opensourcehelpcommunity@gmail.com" target="_blank">Contact</a></li>
<li><a href="https://opensourcehelp.herokuapp.com/" target="_blank">Join Us!</a></li>
{% if user.is_authenticated %}
<li><a href="#!">Hey {{ user.username }}!</a></li>
Expand Down Expand Up @@ -76,6 +75,9 @@
<li>
<a href="https://opensourcehelp.herokuapp.com/" target="_blank"><i class="fa fa-slack" aria-hidden="true"></i></a>
</li>
<li>
<a href="mailto:opensourcehelpcommunity@gmail.com" target="_blank"><i class="fa fa-envelope" aria-hidden="true"></i></a>
</li>
</span>
<span class="col-sm-6 back-to-top right-align">
<a id="toTop" name="Back to top!">Back to top</a>
Expand Down