summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMartin Green <martin.speleo@gmail.com>2011-07-11 22:38:40 +0100
committerMartin Green <martin.speleo@gmail.com>2011-07-11 22:38:40 +0100
commit3b028661f627227d7325c65adc134c3831e854d3 (patch)
treea1ab2842a1de96b5f7c56acf4399305a5385b134 /templates
parent27e224619e2717d500c8ff089068ee7eafd21034 (diff)
downloadtroggle-3b028661f627227d7325c65adc134c3831e854d3.tar.gz
troggle-3b028661f627227d7325c65adc134c3831e854d3.tar.bz2
troggle-3b028661f627227d7325c65adc134c3831e854d3.zip
Moved troggle main page to /troggle added a link in flat pages.
Now / takes you to the expoweb index page
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>