view gpp/templates/flatpages/default.html @ 398:701730b2fcda

Fixing #196; add status messages in the admin after approving news and links.
author Brian Neal <bgneal@gmail.com>
date Sat, 26 Mar 2011 00:26:00 +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 %}