summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:33:29 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:33:29 +0100
commit8d13864181dc7ed9baa61e8c91fac52aac10dbe8 (patch)
treee918dd7eeb01ee562ccd06611bb58d5e97c88eb1 /templates/index.html
parent4fe4f8e5789d091f6834d0ecd387a374cacc3dbe (diff)
downloadtroggle-8d13864181dc7ed9baa61e8c91fac52aac10dbe8.tar.gz
troggle-8d13864181dc7ed9baa61e8c91fac52aac10dbe8.tar.bz2
troggle-8d13864181dc7ed9baa61e8c91fac52aac10dbe8.zip
[svn] julian's quick makework and index page
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8169 by julian @ 1/17/2009 7:46 PM
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html
index 4b2d530..0a19187 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -5,8 +5,12 @@
{% block content %}
+<h2>The unfinished front page</h2>
+<p>Some handy links into the less incomplete parts of this webpage</p>
+
+<ul>
+ <li><a href="{% url personindex %}">List osf people</a></li>
+ <li><a href="/statistics">Statistics of what's loaded in the database</a></li>
+</ul>
-{% endblock %}
-{% block currentLocation %}
-Welcome to the website of the Cambridge University Caving Club's expeditions to Austria.
{% endblock %}