diff options
author | Wookey <wookey@wookware.org> | 2011-07-11 00:49:18 +0100 |
---|---|---|
committer | Wookey <wookey@wookware.org> | 2011-07-11 00:49:18 +0100 |
commit | cc8c47f21f8415ba5d37632385d7440e455bf61a (patch) | |
tree | 89449484042c1e7a0d39cc35bc22e64708e3027e /templates/flatpage.html | |
parent | 1e1d63c768fb7791f278c164ded138e95fd787e5 (diff) | |
parent | 861daee66feb985ccfb9271c211dc1a27263fbf4 (diff) | |
download | troggle-cc8c47f21f8415ba5d37632385d7440e455bf61a.tar.gz troggle-cc8c47f21f8415ba5d37632385d7440e455bf61a.tar.bz2 troggle-cc8c47f21f8415ba5d37632385d7440e455bf61a.zip |
Merge from Martin's tip
Diffstat (limited to 'templates/flatpage.html')
-rw-r--r-- | templates/flatpage.html | 2 |
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> |