2009-05-13 05:32:19 +01:00
|
|
|
{% extends "base.html" %}
|
|
|
|
{% load wiki_markup %}
|
|
|
|
|
|
|
|
{% block title %}Cambridge Expeditions to Austria{% endblock %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
2009-05-13 05:33:29 +01:00
|
|
|
<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>
|
2009-05-13 05:32:19 +01:00
|
|
|
|
|
|
|
{% endblock %}
|