diff options
author | expo <expo@seagrass.goatchurch.org.uk> | 2009-08-29 18:08:55 +0100 |
---|---|---|
committer | expo <expo@seagrass.goatchurch.org.uk> | 2009-08-29 18:08:55 +0100 |
commit | 29adaa03c6809169411b5f2cc8a11a3b5c25d1f2 (patch) | |
tree | e6398a1efe531633a3a954d8cab3254c375c204b /templates/tasks.html | |
parent | 9f169fb2b9f7338863b6b5fabc50e549e2ff96de (diff) | |
download | troggle-29adaa03c6809169411b5f2cc8a11a3b5c25d1f2.tar.gz troggle-29adaa03c6809169411b5f2cc8a11a3b5c25d1f2.tar.bz2 troggle-29adaa03c6809169411b5f2cc8a11a3b5c25d1f2.zip |
get rid of photo
Diffstat (limited to 'templates/tasks.html')
-rw-r--r-- | templates/tasks.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/tasks.html b/templates/tasks.html index d73d74b..a429bd5 100644 --- a/templates/tasks.html +++ b/templates/tasks.html @@ -9,8 +9,8 @@ <h3>Add new data</h3>
-<li><a href="{% url admin_core_photo_add %}">Upload a photo</a></li>
-<li><a href="{% url admin_core_logbookentry_add %}">Record a new trip</a></li>
+<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 %}
@@ -36,4 +36,4 @@ add wikilinks {% 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 %}
\ No newline at end of file +{% endblock margins %}
|