made flatpage template nicer, heh

This commit is contained in:
Jannis Leidel 2009-06-08 13:19:14 +02:00
parent 4e91ac30e7
commit 1676c12e30

View file

@ -1,5 +1,6 @@
{% load permissions_tags %}
{{ flatpage.content }}
<h1>{{ flatpage.title }}</h1>
<p>{{ flatpage.content }}</p>
{% permission_form flatpage "add_flatpage" %}