summaryrefslogtreecommitdiffstats
path: root/templates/prospecting.html
diff options
context:
space:
mode:
authorMartin <devnull@localhost>2012-08-14 22:51:15 +0200
committerMartin <devnull@localhost>2012-08-14 22:51:15 +0200
commit25a73c4ab7a23d87621c0d90b9c26c69361e8a6a (patch)
tree6290339cc911e049d74bd061b6f9f810482af15e /templates/prospecting.html
parent28047277f1fb0679c3b94bb5a14d2384a94cc27f (diff)
downloadtroggle-25a73c4ab7a23d87621c0d90b9c26c69361e8a6a.tar.gz
troggle-25a73c4ab7a23d87621c0d90b9c26c69361e8a6a.tar.bz2
troggle-25a73c4ab7a23d87621c0d90b9c26c69361e8a6a.zip
Bug fixing of cave and entrance forms removal of slugs
Diffstat (limited to 'templates/prospecting.html')
-rw-r--r--templates/prospecting.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/prospecting.html b/templates/prospecting.html
index c329e5c..0d7a0d6 100644
--- a/templates/prospecting.html
+++ b/templates/prospecting.html
@@ -14,7 +14,7 @@
{% for name, area in areas %}
<h2>{{name|safe}}</h2>
<table border=\"1\" width="100%">
- <col><col><col><col><col><col><col><col><col width="35%">
+ <col><col><col><col><col><col><col><col><col width="45%">
<thead>
<tr><th>Cave Number</th><th>Name</th><th>Finished</th><th>Survey<br>Data</th><th>Survey<br>Drawn</th><th>Marked</th><th>Photo</th><th>Position</th><th>Location</th></tr>
</thead>
@@ -31,7 +31,7 @@
<td>{{ cave.caveandentrance_set.all.0.entrance.has_photo }} </td>
<td>{{ cave.caveandentrance_set.all.0.entrance.find_location }}</td>
<td>{% if cave.caveandentrance_set.all.0.entrance.location_description %}Location: {{ cave.caveandentrance_set.all.0.entrance.location_description|safe }}{% endif %}
- {% if cave.caveandentrance_set.all.0.entrance.map_description %}Map: {{ cave.caveandentrance_set.all.0.entrance.map_description|safe }}{% endif %}
+ {% if cave.caveandentrance_set.all.0.entrance.map_description %}Map: {{ cave.caveandentrance_set.all.0.entrance.map_description|safe }}{% endif %}
{% if cave.caveandentrance_set.all.0.entrance.approach %}Approach: {{ cave.caveandentrance_set.all.0.entrance.approach|safe }}{% endif %}</td>
</tr>
{% else %}