comparison bns_website/templates/videos/index.html @ 103:ee491a3f486d

Fix iframe tag that broke page layout.
author Brian Neal <bgneal@gmail.com>
date Sat, 09 Mar 2013 18:03:07 -0600
parents 4de34a1446a0
children
comparison
equal deleted inserted replaced
102:1bd48a82c3f2 103:ee491a3f486d
11 <em>Brave New Surf</em> compilation. Once you press play, you can use the playlist button 11 <em>Brave New Surf</em> compilation. Once you press play, you can use the playlist button
12 at the bottom of the player to scroll through all the videos. 12 at the bottom of the player to scroll through all the videos.
13 </p> 13 </p>
14 14
15 <iframe id="ytplayer" type="text/html" width="853" height="480" 15 <iframe id="ytplayer" type="text/html" width="853" height="480"
16 src="http://www.youtube.com/embed/{{ videos|first }}?version=3&playlist={{ videos|slice:"1:"|join:"," }}" 16 src="http://www.youtube.com/embed/{{ videos|first }}?version=3&amp;playlist={{ videos|slice:"1:"|join:"," }}"
17 frameborder="0"/> 17 frameborder="0"></iframe>
18 18
19 {% else %} 19 {% else %}
20 <p>Videos of the bands are coming soon. Please check back later.</p> 20 <p>Videos of the bands are coming soon. Please check back later.</p>
21 {% endif %} 21 {% endif %}
22 {% endblock %} 22 {% endblock %}