summaryrefslogtreecommitdiffstats
path: root/templates/frontpage.html
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-04-06 00:49:09 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-04-06 00:49:09 +0100
commitd1cd72c5f88c581b8e446f3c92c0eb093500c60e (patch)
tree0b40a627ee461f1d03ca4b1a94e0c09d67b55e32 /templates/frontpage.html
parent6d6bec35f271b5ff072a884fbfc31f5b9cb36642 (diff)
downloadtroggle-d1cd72c5f88c581b8e446f3c92c0eb093500c60e.tar.gz
troggle-d1cd72c5f88c581b8e446f3c92c0eb093500c60e.tar.bz2
troggle-d1cd72c5f88c581b8e446f3c92c0eb093500c60e.zip
New user login/logoff system using standard Dj
Diffstat (limited to 'templates/frontpage.html')
-rw-r--r--templates/frontpage.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/frontpage.html b/templates/frontpage.html
index eca67cb..4405d10 100644
--- a/templates/frontpage.html
+++ b/templates/frontpage.html
@@ -33,25 +33,25 @@
{% block content %}
-
-
<div id="col1">
<h3>Welcome</h3>
<p class="indent">
-This is Troggle, the online system for Cambridge University Caving Club's Expeditions to Austria.
+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 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.
+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">
-You are not logged-in, so not all the pages will be visible and you will not be able to edit anything.
+<!-- 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">
+<p>Nial in <a href="/expofiles/photos/2007/selected/">Eishohle in 2007</a>.
{% endblock content %}
{% block margins %}
-<img src="{{ settings.MEDIA_URL }}eieshole.jpg">
-<img src="{{ settings.MEDIA_URL }}goesser.jpg">
+
{% endblock margins %} \ No newline at end of file