summaryrefslogtreecommitdiffstats
path: root/templates/flatpage.html
diff options
context:
space:
mode:
authorWookey <wookey@wookware.org>2011-07-11 00:49:18 +0100
committerWookey <wookey@wookware.org>2011-07-11 00:49:18 +0100
commit129d93dfa74eaa6f8ec6aeefaff38699bca8d40f (patch)
tree30de6c64f4fb6d281c9d15879af5d8940eba3cb1 /templates/flatpage.html
parent28924db9f87af72343206383e9065841e3fd1c14 (diff)
parent65c55f0f21fe85a678d48842da10e0ea5c917ae5 (diff)
downloadtroggle-129d93dfa74eaa6f8ec6aeefaff38699bca8d40f.tar.gz
troggle-129d93dfa74eaa6f8ec6aeefaff38699bca8d40f.tar.bz2
troggle-129d93dfa74eaa6f8ec6aeefaff38699bca8d40f.zip
Merge from Martin's tip
Diffstat (limited to 'templates/flatpage.html')
-rw-r--r--templates/flatpage.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/flatpage.html b/templates/flatpage.html
index ef8c4ab..8c476b8 100644
--- a/templates/flatpage.html
+++ b/templates/flatpage.html
@@ -2,7 +2,7 @@
<head>
{{ head|safe }}
</head>
-<body>
+<body{% if bodyid %} id="{{ bodyid }}"{% endif %}>
{{ body|safe }}
{% if editable %}<a href="{% url editflatpage path %}">Edit</a>{% endif %}
</body>