mirror of
https://github.com/jazzband/django-authority.git
synced 2026-04-29 19:24:44 +00:00
made flatpage template nicer, heh
This commit is contained in:
parent
4e91ac30e7
commit
1676c12e30
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{% load permissions_tags %}
|
||||
{{ flatpage.content }}
|
||||
<h1>{{ flatpage.title }}</h1>
|
||||
<p>{{ flatpage.content }}</p>
|
||||
|
||||
{% permission_form flatpage "add_flatpage" %}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue