Skip to content

Commit 55f51c3

Browse files
authored
1 parent ea6096f commit 55f51c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

oshc/main/templates/base.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Sessions <span class="caret"></span></a>
3030
<ul class="dropdown-menu" role="menu">
3131
<li><a href="https://www.youtube.com/channel/UC1_IAby-9me3iICtxuiDL5Q" target="_blank">View Session</a></li>
32-
<li><a href="{% url 'request_session' %}" target="_blank">Request a Session</a></li>
32+
<li><a href="{% url 'request_session' %}">Request a Session</a></li>
3333
</ul>
3434
</li>
3535
<li><a href="https://github.com/OpenSourceHelpCommunity" target="_blank">Resources</a></li>
36-
<li><a href="{% url 'contests' %}" target="_blank">Contests</a></li>
37-
<li><a href="{% url 'journey' %}" target="_blank">Journey</a></li>
36+
<li><a href="{% url 'contests' %}">Contests</a></li>
37+
<li><a href="{% url 'journey' %}">Journey</a></li>
3838
<li><a href="https://opensourcehelp.herokuapp.com/" target="_blank">Join Us!</a></li>
3939
{% if user.is_authenticated %}
4040
<li><a href="#!">Hey {{ user.username }}!</a></li>

0 commit comments

Comments
 (0)