summaryrefslogtreecommitdiffstats
path: root/templates/prospecting.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/prospecting.html')
-rw-r--r--templates/prospecting.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/prospecting.html b/templates/prospecting.html
index e92526e..fea256f 100644
--- a/templates/prospecting.html
+++ b/templates/prospecting.html
@@ -85,7 +85,7 @@
{% endif %}
{% for caveandentrance in cave.caveandentrance_set.all %}
<tr{% if cave.ours %} class="ours"{% else %} class="notours"{% endif %}>
- <td><a href="/{{ cave.url }}">{{ caveandentrance.entrance_letter}}</a></td>
+ <td><a href="/{{ cave.url }}">{{ caveandentrance.entranceletter}}</a></td>
<td>{{ caveandentrance.entrance.name|safe }}</td>
<td></td>
<td></td>