From 9d90506e1cadc17edc908dea4f68b6137ff96b9f Mon Sep 17 00:00:00 2001 From: substantialnoninfringinguser Date: Sat, 4 Jul 2009 18:41:48 +0100 Subject: [PATCH] [svn] --- templates/tasks.html | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 templates/tasks.html diff --git a/templates/tasks.html b/templates/tasks.html new file mode 100644 index 0000000..d73d74b --- /dev/null +++ b/templates/tasks.html @@ -0,0 +1,39 @@ +{% extends "base.html" %} +{% load wiki_markup %} +{% load link %} + +{% block title %}Cambridge Expeditions to Austria{% endblock %} + +{% block content %} +

Expo member tasks

+ +

Add new data

+ +
  • Upload a photo
  • +
  • Record a new trip
  • + +

    Your unfinished business

    + {% for survey in surveys_unfinished %} +
  • {{survey|link}}
  • + {% endfor %} + +

    General unfinished business

    +add wikilinks + +

    Caving recommendations

    + {% for qm in qms_recommended %} +
  • {{qm|link}}
  • + {% endfor %} + +

    Profile tasks

    + +
  • Dates present on expo
  • +
  • Mugshot
  • +
  • Blurb
  • + +{% endblock content %} + +{% block margins %} + + +{% endblock margins %} \ No newline at end of file