From 229c725aeeedfca8157b18bd9361071d1d480395 Mon Sep 17 00:00:00 2001 From: cucc Date: Fri, 8 May 2009 22:20:30 +0200 Subject: [PATCH] [svn r8333] --- troggle/templates/frontpage.html | 40 ++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 troggle/templates/frontpage.html diff --git a/troggle/templates/frontpage.html b/troggle/templates/frontpage.html new file mode 100644 index 000000000..3192f831b --- /dev/null +++ b/troggle/templates/frontpage.html @@ -0,0 +1,40 @@ +{% extends "base.html" %} +{% load wiki_markup %} + +{% block title %}Cambridge Expeditions to Austria{% endblock %} + +{% block content %} + +
+Recent edits + +
+ +
+

Welcome

+

+This is Troggle, the information portal for Cambridge University Caving Club's Expeditions to Austria. +

+ +

+Here you will find information about the {{expedition.objects.count}} expeditions the club has undertaken since 1976. Browse survey information, photos, and description wikis for {{cave.objects.count}} caves, {{subcave.objects.count}} areas within those caves, and {{extantqms.count}} going leads yet to be explored. We have {{photo.objects.count}} photos and {{logbookentry.objects.count}} logbook entries. +

+ +

+If you are an expedition member, please sign up using the link to the top right and begin editing. +

+ +

News

+ +

+Everyone is gearing up for the 2009 expedition; please see the link below for the main expedition website. +

+ +

Troggle development

+

+Troggle is still under development, and there is much work to do. +

+
+ + +{% endblock content %} \ No newline at end of file