2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-03-13 13:51:48 +00:00

Moved troggle main page to /troggle added a link in flat pages.

Now / takes you to the expoweb index page
This commit is contained in:
Martin Green 2011-07-11 22:38:40 +01:00
parent 10799e2ce3
commit 97c388dba0
2 changed files with 2 additions and 1 deletions

@ -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>

@ -17,7 +17,7 @@ admin.autodiscover()
actualurlpatterns = patterns('',
url(r'^$', views_other.frontpage, name="frontpage"),
url(r'^troggle$', views_other.frontpage, name="frontpage"),
url(r'^todo/$', views_other.todo, name="todo"),
url(r'^caves/?$', views_caves.caveindex, name="caveindex"),