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 | 65cebce1987b5a289e0eccde9b0a1d526c6385a1 (patch) | |
tree | 36e6b5ed2b6b7f84310b1671890841addf636195 /templates | |
parent | 69dd36bdb5dbc67c291f21b9217fa8a9fc2ae0b0 (diff) | |
download | troggle-65cebce1987b5a289e0eccde9b0a1d526c6385a1.tar.gz troggle-65cebce1987b5a289e0eccde9b0a1d526c6385a1.tar.bz2 troggle-65cebce1987b5a289e0eccde9b0a1d526c6385a1.zip |
get rid of photo
Diffstat (limited to 'templates')
-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 %}
|