# HG changeset patch # User Brian Neal # Date 1382059395 18000 # Node ID 90ba44881a6987bee3ba769509e6f27359d42169 # Parent 91a229ee9a842152fb5e80adf199bd3aff95a68b Bootstrap: style the buy page. diff -r 91a229ee9a84 -r 90ba44881a69 madeira/templates/band/buy.html --- a/madeira/templates/band/buy.html Wed Oct 16 21:20:03 2013 -0500 +++ b/madeira/templates/band/buy.html Thu Oct 17 20:23:15 2013 -0500 @@ -1,11 +1,16 @@ {% extends 'base.html' %} +{% load core_tags %} {% block title %}The Madeira | Merchandise{% endblock %} +{% block navblock %}{% navbar 'buy' %}{% endblock %} {% block content %}

Madeira Merchandise

+

Releases

{% for album in albums %} -

{{ album.title }}

+

{{ album.title }}

+

- {{ album.title }} + {{ album.title }}

{% if album.labels %} {% endif %} -
+
+
{% endfor %} {% if merchandise %} -
+

Swag

Support your favorite band! We may have a Paypal based payment system coming soon. In the meantime, place your orders for t-shirts and stickers by sending an email to themadeira@themadeira.net.

{% endif %} {% for item in merchandise %} -

{{ item.name }}

+

{{ item.name }}

+

- {{ item.name }} + {{ item.name }}

{{ item.desc|safe|linebreaks }} {% if item.in_stock %} @@ -47,6 +55,7 @@ {% else %}

Price: ${{ item.price }} SOLD OUT!

{% endif %} -
+
+
{% endfor %} {% endblock %} diff -r 91a229ee9a84 -r 90ba44881a69 madeira/templates/email_list/subscribe_form.html --- a/madeira/templates/email_list/subscribe_form.html Wed Oct 16 21:20:03 2013 -0500 +++ b/madeira/templates/email_list/subscribe_form.html Thu Oct 17 20:23:15 2013 -0500 @@ -7,8 +7,8 @@

Get on the Madeira mailing list to receive updates about upcoming shows, releases, and website updates. This is a low volume list. We do not share your email address with anyone.

-
-
Mailing List Subscription +
+
Mailing List Subscription Form
{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}