diff options
Diffstat (limited to 'templates/flatpage.html')
-rw-r--r-- | templates/flatpage.html | 6 |
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> |