annotate mysite/templates/flatpages/default.html @ 35:21172e9be136

Fix typo in production.py where it was using old project_path variable instead of PROJECT_PATH.
author Brian Neal <bgneal@gmail.com>
date Wed, 30 Nov 2011 00:11:23 +0000
parents 0dcfcdf50c62
children
rev   line source
bgneal@1 1 {% extends 'band/base.html' %}
bgneal@1 2 {% block title %}The Madeira | {{ flatpage.title }}{% endblock %}
bgneal@1 3 {% block content %}
bgneal@1 4 {{ flatpage.content }}
bgneal@1 5 {% endblock %}