{% extends "base.html" %} {% load wiki_markup %} {% load link %} {% block title %}Cambridge Expeditions to Austria{% endblock %} {% block content %}

This is not fully working currently

The code behind this page is under repair

Expo member tasks

Add new data

  • Upload a photo
  • Upload a GPS track
  • Upload a Tunnel or Therion drawing
  • Upload or type in a Survex file
  • Unfinished wallets work to do:

    2016 wallets
    2017 wallets
    2018 wallets
    2019 wallets
    {% for survey in surveys_unfinished %}
  • {{survey|link}}
  • {% endfor %}

    Caving QM recommendations

    {% for qm in qms_recommended %}
  • {{qm|link}}
  • {% endfor %} {% endblock content %} {% block margins %} {% endblock margins %}