view gpp/templates/flatpages/default.html @ 148:35a0e6345815

Fix bug in the forums unread logic.
author Brian Neal <bgneal@gmail.com>
date Sun, 13 Dec 2009 21:57:34 +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 %}