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

Recent Actions - admin user

{% load log %} {% get_admin_log 10 as admin_log for_user 1 %} {% if not admin_log %}

No recent actions

{% else %} {% endif %} {% 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 %}