Skip to content

Commit 0186490

Browse files
Merge pull request #227 from Nickatak/predev
Fix for #210: Removed target attribute from some links.
2 parents 850a09f + 4cf4563 commit 0186490

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,11 +29,11 @@
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/videos" 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>
36+
<li><a href="{% url 'contests' %}">Contests</a></li>
3737
<li><a href="https://opensourcehelp.herokuapp.com/" target="_blank">Join Us!</a></li>
3838
{% if user.is_authenticated %}
3939
<li><a href="#!">Hey {{ user.username }}!</a></li>
@@ -69,7 +69,7 @@
6969
<a href="https://github.com/OpenSourceHelpCommunity" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a>
7070
</li>
7171
<li>
72-
<a href="{% url 'journey' %}" target="_blank"><i class="fa fa-users" aria-hidden="true"></i></a>
72+
<a href="{% url 'journey' %}"><i class="fa fa-users" aria-hidden="true"></i></a>
7373
</li>
7474
<li>
7575
<a href="https://www.youtube.com/channel/UC1_IAby-9me3iICtxuiDL5Q" target="_blank"><i class="fa fa-youtube-play" aria-hidden="true"></i></a>

0 commit comments

Comments
 (0)