Mercurial > public > sg101
view gpp/templates/flatpages/default.html @ 99:10d6182b9f6e
Forums: added error handling to the flagging of posts. Did the same with the comments function too.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 14 Sep 2009 00:06:08 +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 %}