diff options
author | ExpoOnServer <devnull@localhost> | 2011-07-11 23:35:11 +0100 |
---|---|---|
committer | ExpoOnServer <devnull@localhost> | 2011-07-11 23:35:11 +0100 |
commit | 18ccc57f87c9a9e4c91e5ace628f0a4ac89c4804 (patch) | |
tree | 0437b56e6bd8ecce38352425b82d762c7b662316 /templates | |
parent | dc1327674c2676db02ccf525725019cd9115b699 (diff) | |
parent | 97c388dba07c030ddc9b5638e8e2f334c734a7a8 (diff) | |
download | troggle-18ccc57f87c9a9e4c91e5ace628f0a4ac89c4804.tar.gz troggle-18ccc57f87c9a9e4c91e5ace628f0a4ac89c4804.tar.bz2 troggle-18ccc57f87c9a9e4c91e5ace628f0a4ac89c4804.zip |
add /troggle dir (Martin's changes to get main site back as entry point)
Diffstat (limited to 'templates')
-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> |