diff options
Diffstat (limited to 'templates/tasks.html')
-rw-r--r-- | templates/tasks.html | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/templates/tasks.html b/templates/tasks.html index 36d35f4..97a924f 100644 --- a/templates/tasks.html +++ b/templates/tasks.html @@ -12,25 +12,16 @@ <li><a href="">Upload a photo</a></li> <li><a href="">Record a new trip</a></li> -<h3>Your unfinished business</h3> +<h3>Unfinished wallets work to do:</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 %} |