We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3741eed commit 850a09fCopy full SHA for 850a09f
oshc/main/templates/base.html
@@ -28,7 +28,7 @@
28
<li class="dropdown">
29
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Sessions <span class="caret"></span></a>
30
<ul class="dropdown-menu" role="menu">
31
- <li><a href="https://www.youtube.com/channel/UC1_IAby-9me3iICtxuiDL5Q" target="_blank">View Session</a></li>
+ <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>
33
</ul>
34
</li>
0 commit comments