Skip to content

Commit 850a09f

Browse files
aman9875tapaswenipathak
authored andcommitted
Corrected the "View Session" url. (#225)
1 parent 3741eed commit 850a09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oshc/main/templates/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<li class="dropdown">
2929
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Sessions <span class="caret"></span></a>
3030
<ul class="dropdown-menu" role="menu">
31-
<li><a href="https://www.youtube.com/channel/UC1_IAby-9me3iICtxuiDL5Q" target="_blank">View Session</a></li>
31+
<li><a href="https://www.youtube.com/channel/UC1_IAby-9me3iICtxuiDL5Q/videos" target="_blank">View Session</a></li>
3232
<li><a href="{% url 'request_session' %}" target="_blank">Request a Session</a></li>
3333
</ul>
3434
</li>

0 commit comments

Comments
 (0)