summaryrefslogtreecommitdiffstats
path: root/templates/tasks.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/tasks.html')
-rw-r--r--templates/tasks.html17
1 files changed, 14 insertions, 3 deletions
diff --git a/templates/tasks.html b/templates/tasks.html
index 97a924f..4a6a02b 100644
--- a/templates/tasks.html
+++ b/templates/tasks.html
@@ -5,19 +5,30 @@
{% block title %}Cambridge Expeditions to Austria{% endblock %}
{% block content %}
-<h2>Expo member tasks</h2>
+<h2>This is not fully working currently</h2>
+<h2>The code behind this page is under repair</h2>
+<!--<h2>Expo member tasks</h2>-->
+
+<h3>Expo member tasks</h3>
<h3>Add new data</h3>
<li><a href="">Upload a photo</a></li>
-<li><a href="">Record a new trip</a></li>
+<li><a href="">Upload a GPS track</a></li>
+<li><a href="">Upload a Tunnel or Therion drawing</a></li>
+<li><a href="/survexfile/caves-1623/999/999.svx">Upload or type in a Survex file</a></li>
<h3>Unfinished wallets work to do:</h3>
+<a href="/expofiles/surveyscans/2016/walletindex.html">2016 wallets</a><br>
+<a href="/expofiles/surveyscans/2017/walletindex.html">2017 wallets</a><br>
+<a href="/expofiles/surveyscans/2018/walletindex.html">2018 wallets</a><br>
+<a href="/expofiles/surveyscans/2019/walletindex.html">2019 wallets</a><br>
+
{% for survey in surveys_unfinished %}
<li>{{survey|link}}</li>
{% endfor %}
-<h3>Caving recommendations</h3>
+<h3>Caving QM recommendations</h3>
{% for qm in qms_recommended %}
<li>{{qm|link}}</li>
{% endfor %}