summaryrefslogtreecommitdiffstats
path: root/templates/statistics.html
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:22:14 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:22:14 +0100
commit29984ff15aad9910200c924f7fddf668104bc7c2 (patch)
tree4fec811cdf0fb9329ea4eab95b256ac402202e79 /templates/statistics.html
parent47604b1db2505d971fed3c1de93a24951a33038c (diff)
downloadtroggle-29984ff15aad9910200c924f7fddf668104bc7c2.tar.gz
troggle-29984ff15aad9910200c924f7fddf668104bc7c2.tar.bz2
troggle-29984ff15aad9910200c924f7fddf668104bc7c2.zip
[svn] Added cave and logbook search, collapsible footer navbar, useless statistics page. Also fixed broken css. Toying with forms but not committing those yet.
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8081 by aaron @ 12/8/2008 4:28 AM
Diffstat (limited to 'templates/statistics.html')
-rw-r--r--templates/statistics.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/statistics.html b/templates/statistics.html
new file mode 100644
index 0000000..1fddd67
--- /dev/null
+++ b/templates/statistics.html
@@ -0,0 +1,8 @@
+{% extends "base.html" %}
+{% load wiki_markup %}
+
+{% block title %}Database statistics{% endblock %}
+
+{% block content %}
+Over the course of {{ expoCount }} expeditions, {{ personCount }} people have contributed {{ caveCount }} caves and {{ logbookEntryCount }} logbook entries.
+{% endblock %} \ No newline at end of file