Mercurial > public > bravenewsurf
diff bns_website/templates/music.html @ 86:54f616fbd3c5
Merging with default.
author | Chris Ridgway <ckridgway@gmail.com> |
---|---|
date | Sat, 26 Nov 2011 15:10:44 -0600 |
parents | f320699478d7 |
children |
line wrap: on
line diff
--- a/bns_website/templates/music.html Sat Nov 26 15:08:25 2011 -0600 +++ b/bns_website/templates/music.html Sat Nov 26 15:10:44 2011 -0600 @@ -1,4 +1,5 @@ {% extends 'base.html' %} +{% load url from future %} {% load core_tags %} {% block title %}Listen{% endblock %} @@ -20,7 +21,7 @@ [ { artist:"El Supernaut", - title:"Wonderman from Initiö", + title:"Wonderman from Intiö", mp3:"{{ STATIC_URL }}music/1.mp3" }, { @@ -136,6 +137,10 @@ {% block content %} {% navbar 'music' %} <h1>Listen</h1> + +<div class="row"> +<div class="span8"> + <div id="jquery_jplayer_1" class="jp-jplayer"></div> <div id="jp_container_1" class="jp-audio"> @@ -181,4 +186,13 @@ </div> </div> </div> + +</div> +<div class="span7 offset1"> + <div class="alert-message block-message info"> + <h2>Like what you hear?</h2> + <a href="{% url 'buy' %}" class="btn large primary bns">Buy Now! »</a> + </div> +</div> +</div> {% endblock %}