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
commit97c388dba07c030ddc9b5638e8e2f334c734a7a8 (patch)
tree70105011d745ce7c42a6aa32bb634358cf6edf87 /templates
parent10799e2ce342a59db6e584cc8d9cb56cf5412e4f (diff)
downloadtroggle-97c388dba07c030ddc9b5638e8e2f334c734a7a8.tar.gz
troggle-97c388dba07c030ddc9b5638e8e2f334c734a7a8.tar.bz2
troggle-97c388dba07c030ddc9b5638e8e2f334c734a7a8.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>