Mercurial > public > sg101
view gpp/templates/flatpages/default.html @ 386:9fcd366f22dc
Revert r323. Send out forum topic subscription emails as people post. Don't limit them.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 17 Mar 2011 01:20:23 +0000 |
parents | 48b221d304c6 |
children |
line wrap: on
line source
{% extends 'base.html' %} {% block title %}{{ flatpage.title }}{% endblock %} {% block content %} <h2>{{ flatpage.title }}</h2> {{ flatpage.content }} {% endblock %}