diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:44:35 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:44:35 +0100 |
commit | 264594ed05b2723f443798a326d07afbbdaf185f (patch) | |
tree | cd482abf252c31f0fe9fc88796bf6eb45e6e20c9 /templates/index.html | |
parent | 1e1453f44351e0c8b7b725e008ef33bc53c70689 (diff) | |
download | troggle-264594ed05b2723f443798a326d07afbbdaf185f.tar.gz troggle-264594ed05b2723f443798a326d07afbbdaf185f.tar.bz2 troggle-264594ed05b2723f443798a326d07afbbdaf185f.zip |
[svn] made index of people
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8224 by julian @ 1/24/2009 6:26 PM
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index bc0bfa9..cafc8a8 100644 --- a/templates/index.html +++ b/templates/index.html @@ -27,8 +27,8 @@ <h3>{{message}}</h3>
<ul>
- <li><a href="{% url caveindex %}">List of Caves</a></li>
<li><a href="{% url personindex %}">List of People</a></li>
+ <li><a href="{% url caveindex %}">List of Caves</a></li>
<li><a href="/statistics">Statistics of what's loaded in the database</a></li>
<li><a href="{% url survexindex survex_file=all %}">Survex directory</a></li>
<li><a href="{% url survey %}">Survey files</a></li>
|