view bns_website/templates/buy.html @ 47:59dd574fcfff bands-experimental-ui

Created a branch for band UI development. Took a first stab at a grid based approach.
author Chris Ridgway <ckridgway@gmail.com>
date Thu, 10 Nov 2011 23:09:15 -0600
parents f2cb9b2ec552
children a4e0b03e5c00
line wrap: on
line source
{% extends 'base.html' %}
{% load core_tags %}
{% block title %}Buy{% endblock %}
{% block content %}
{% navbar 'buy' %}
<h1>Buy</h1>
<p><strong>TODO</strong>: Put links to buy the CD here.</p>
{% endblock %}