diff options
Diffstat (limited to 'templates/flatpage.html')
-rw-r--r-- | templates/flatpage.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/flatpage.html b/templates/flatpage.html index 8c476b8..04ff1f8 100644 --- a/templates/flatpage.html +++ b/templates/flatpage.html @@ -5,5 +5,6 @@ <body{% if bodyid %} id="{{ bodyid }}"{% endif %}> {{ body|safe }} {% if editable %}<a href="{% url editflatpage path %}">Edit</a>{% endif %} +<a href="/troggle">Troggle</a> </body> </html> |