diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-01-24 02:33:42 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-01-24 02:33:42 +0000 |
commit | fedcc6d201df8a474105ee1032430e9fbd401b11 (patch) | |
tree | 153e881731cdba88ba1f935a8989adb53212ff3f /templates/errors | |
parent | 61722fd6c065f491770568eb0aad57194ce13d61 (diff) | |
download | troggle-fedcc6d201df8a474105ee1032430e9fbd401b11.tar.gz troggle-fedcc6d201df8a474105ee1032430e9fbd401b11.tar.bz2 troggle-fedcc6d201df8a474105ee1032430e9fbd401b11.zip |
whack a mole
Diffstat (limited to 'templates/errors')
-rw-r--r-- | templates/errors/frontpage.html | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/templates/errors/frontpage.html b/templates/errors/frontpage.html deleted file mode 100644 index 461bce9..0000000 --- a/templates/errors/frontpage.html +++ /dev/null @@ -1,31 +0,0 @@ -<!-- frontpage.html - this text visible because this template has been included --> -{% extends "base.html" %} - - -{% block title %}Cambridge Expeditions to Austria{% endblock %} - -{% block content %} - - -<div id="col1"> -<h3>Welcome</h3> -<p class="indent"> -This is <b>Troggle</b>, the online system for Cambridge University Caving Club's Expeditions to Austria. -</p> - -<p class="indent"> -Here you will find information about the {{expedition.objects.count}} expeditions the club has undertaken since 1976. Browse survey information, photos, and description pages for {{Cave.objects.count}} caves and {{extantqms.count}} going leads yet to be explored. We have {{Photo.objects.count}} photos and {{Logbookentry.objects.count}} logbook entries. -</p> - -<p class="indent"> -<!-- logged in users are directed to 'tasks.html' not this 'frontpage.html' --> -You are not logged-in, so a few of the unpublished cave survey pages will not be visible to you. And of course you will not be able to edit anything. -</p> -<!-- <img src="/expofiles/photos/2007/selected/eishoehle5nial.jpg">--> -<img src="/expofiles/photos/2007/selected/eishoehle4nial.jpg" width="350px"> -<p>Nial in <a href="/expofiles/photos/2007/selected/">Eishohle in 2007</a>. -{% endblock content %} - -{% block margins %} - -{% endblock margins %}
\ No newline at end of file |