view bns_website/templates/buy.html @ 21:687af3cb0525

I change the news model to have reverse chronological ordering. I removed a rogue </div> tab from the news_list.html template.
author Bob Mourlam <bob.mourlam@gmail.com>
date Mon, 31 Oct 2011 20:55:02 -0500
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 %}