summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorExpoOnServer <devnull@localhost>2011-07-11 23:35:11 +0100
committerExpoOnServer <devnull@localhost>2011-07-11 23:35:11 +0100
commit0bfcbdc9cc76a31559bf085995bbce76f17d75c9 (patch)
tree745ba5beb4b21f75d5ddebee693726effdc1c273 /templates
parent78cedb2070c7e9d4e4eb418ecde7b60ba428273f (diff)
parent3b028661f627227d7325c65adc134c3831e854d3 (diff)
downloadtroggle-0bfcbdc9cc76a31559bf085995bbce76f17d75c9.tar.gz
troggle-0bfcbdc9cc76a31559bf085995bbce76f17d75c9.tar.bz2
troggle-0bfcbdc9cc76a31559bf085995bbce76f17d75c9.zip
add /troggle dir (Martin's changes to get main site back as entry point)
Diffstat (limited to 'templates')
-rw-r--r--templates/flatpage.html1
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>