summaryrefslogtreecommitdiffstats
path: root/templates/flatpage.html
diff options
context:
space:
mode:
authorMartin Green <martin.speleo@gmail.com>2011-08-08 09:51:47 +0100
committerMartin Green <martin.speleo@gmail.com>2011-08-08 09:51:47 +0100
commit13fe89af9fe03382b25079f159c2bff27df32c0d (patch)
treeb3ed54488c31935674c506fbedeb5fa1f75d5770 /templates/flatpage.html
parentd8fe39ae86989d99da3e66ef88dc754e56139d2d (diff)
downloadtroggle-13fe89af9fe03382b25079f159c2bff27df32c0d.tar.gz
troggle-13fe89af9fe03382b25079f159c2bff27df32c0d.tar.bz2
troggle-13fe89af9fe03382b25079f159c2bff27df32c0d.zip
Allow for editing flatpage titles, and made a common uneditable list of links.
Diffstat (limited to 'templates/flatpage.html')
-rw-r--r--templates/flatpage.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/flatpage.html b/templates/flatpage.html
index 04ff1f8..42b8481 100644
--- a/templates/flatpage.html
+++ b/templates/flatpage.html
@@ -2,9 +2,9 @@
<head>
{{ head|safe }}
</head>
-<body{% if bodyid %} id="{{ bodyid }}"{% endif %}>
+<body{% if homepage %} id="homepage"{% endif %}>
{{ body|safe }}
-{% if editable %}<a href="{% url editflatpage path %}">Edit</a>{% endif %}
-<a href="/troggle">Troggle</a>
+
+{% include "menu.html" %}
</body>
</html>