forked from expo/troggle
8d13864181
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8169 by julian @ 1/17/2009 7:46 PM
17 lines
434 B
HTML
17 lines
434 B
HTML
{% extends "base.html" %}
|
|
{% load wiki_markup %}
|
|
|
|
{% block title %}Cambridge Expeditions to Austria{% endblock %}
|
|
|
|
{% 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 %}
|