Mercurial > public > madeira
view mysite/templates/flatpages/default.html @ 28:a404f93a68d3
Decrease by 2 orders of magnitude the number of queries needed to generate the gigs page for the Madeira.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 31 Mar 2011 00:14:34 +0000 |
parents | 0dcfcdf50c62 |
children |
line wrap: on
line source
{% extends 'band/base.html' %} {% block title %}The Madeira | {{ flatpage.title }}{% endblock %} {% block content %} {{ flatpage.content }} {% endblock %}