diff options
author | Wookey <wookey@wookware.org> | 2011-07-11 02:10:22 +0100 |
---|---|---|
committer | Wookey <wookey@wookware.org> | 2011-07-11 02:10:22 +0100 |
commit | 78cedb2070c7e9d4e4eb418ecde7b60ba428273f (patch) | |
tree | ee8029e7df8aa2eca5ed9354b2c6e592fc11c96a /templates/tasks.html | |
parent | cc27334193c9ddbef15855863934dab3f73ccdd4 (diff) | |
download | troggle-78cedb2070c7e9d4e4eb418ecde7b60ba428273f.tar.gz troggle-78cedb2070c7e9d4e4eb418ecde7b60ba428273f.tar.bz2 troggle-78cedb2070c7e9d4e4eb418ecde7b60ba428273f.zip |
remove all the DOS linefeeds
Diffstat (limited to 'templates/tasks.html')
-rw-r--r-- | templates/tasks.html | 78 |
1 files changed, 39 insertions, 39 deletions
diff --git a/templates/tasks.html b/templates/tasks.html index a429bd5..36d35f4 100644 --- a/templates/tasks.html +++ b/templates/tasks.html @@ -1,39 +1,39 @@ -{% extends "base.html" %}
-{% load wiki_markup %}
-{% load link %}
-
-{% block title %}Cambridge Expeditions to Austria{% endblock %}
-
-{% block content %}
-<h2>Expo member tasks</h2>
-
-<h3>Add new data</h3>
-
-<li><a href="">Upload a photo</a></li>
-<li><a href="">Record a new trip</a></li>
-
-<h3>Your unfinished business</h3>
- {% for survey in surveys_unfinished %}
- <li>{{survey|link}}</li>
- {% endfor %}
-
-<h3>General unfinished business</h3>
-add wikilinks
-
-<h3>Caving recommendations</h3>
- {% for qm in qms_recommended %}
- <li>{{qm|link}}</li>
- {% endfor %}
-
-<h3>Profile tasks</h3>
-
-<li>Dates present on expo</li>
-<li>Mugshot</li>
-<li>Blurb</li>
-
-{% endblock content %}
-
-{% block margins %}
-<img class="leftMargin eyeCandy fadeIn" src="{{ settings.MEDIA_URL }}eieshole.jpg">
-<img class="rightMargin eyeCandy fadeIn" src="{{ settings.MEDIA_URL }}goesser.jpg">
-{% endblock margins %}
+{% extends "base.html" %} +{% load wiki_markup %} +{% load link %} + +{% block title %}Cambridge Expeditions to Austria{% endblock %} + +{% block content %} +<h2>Expo member tasks</h2> + +<h3>Add new data</h3> + +<li><a href="">Upload a photo</a></li> +<li><a href="">Record a new trip</a></li> + +<h3>Your unfinished business</h3> + {% for survey in surveys_unfinished %} + <li>{{survey|link}}</li> + {% endfor %} + +<h3>General unfinished business</h3> +add wikilinks + +<h3>Caving recommendations</h3> + {% for qm in qms_recommended %} + <li>{{qm|link}}</li> + {% endfor %} + +<h3>Profile tasks</h3> + +<li>Dates present on expo</li> +<li>Mugshot</li> +<li>Blurb</li> + +{% endblock content %} + +{% block margins %} +<img class="leftMargin eyeCandy fadeIn" src="{{ settings.MEDIA_URL }}eieshole.jpg"> +<img class="rightMargin eyeCandy fadeIn" src="{{ settings.MEDIA_URL }}goesser.jpg"> +{% endblock margins %} |