diff --git a/web/app/views/events/event.html.haml b/web/app/views/events/event.html.haml
index 9619bdff2..b71244cb4 100644
--- a/web/app/views/events/event.html.haml
+++ b/web/app/views/events/event.html.haml
@@ -19,7 +19,8 @@
- if @event.show_sponser?
.sponsor
%span SPONSORED BY:
- = image_tag 'content/logo_centurylink.png', width:320, height:80, alt:'CenturyLink logo'
+ %a{href: 'http://www.centurylinktechnology.com/'}
+ = image_tag 'content/logo_centurylink.png', width:320, height:80, alt:'CenturyLink logo'
%div{align: 'center'} LEARN ABOUT JAMKAZAM
%br
= image_tag 'web/carousel_musicians.jpg', width:350, alt:'JamKazam Overview', class: 'video-slide',
diff --git a/web/app/views/music_sessions/show.html.erb b/web/app/views/music_sessions/show.html.erb
index a07199666..d50b3057e 100644
--- a/web/app/views/music_sessions/show.html.erb
+++ b/web/app/views/music_sessions/show.html.erb
@@ -82,6 +82,26 @@
+
+ <% if true %>
+