comparison bns_website/templates/videos.html @ 59:f8858447adda

Added YouTube embed code for a playlist of the bands on the comp to the videos page.
author Brian Neal <bgneal@gmail.com>
date Thu, 17 Nov 2011 20:17:14 -0600
parents f2cb9b2ec552
children
comparison
equal deleted inserted replaced
58:49aeafbf895c 59:f8858447adda
2 {% load core_tags %} 2 {% load core_tags %}
3 {% block title %}Watch{% endblock %} 3 {% block title %}Watch{% endblock %}
4 {% block content %} 4 {% block content %}
5 {% navbar 'videos' %} 5 {% navbar 'videos' %}
6 <h1>Watch</h1> 6 <h1>Watch</h1>
7 <p><strong>TODO</strong>: embed some YouTube videos of the bands.</p> 7 <p>Enjoy some videos from the bands that performed on the <em>Brave New Surf</em> compilation.</p>
8
9 <iframe width="853" height="480" src="http://www.youtube-nocookie.com/embed/videoseries?list=PL26E22C14D94D323F&amp;hl=en_US" frameborder="0" allowfullscreen></iframe>
10
8 {% endblock %} 11 {% endblock %}