summaryrefslogtreecommitdiffstats
path: root/templates/cave_entrances.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/cave_entrances.html')
-rw-r--r--templates/cave_entrances.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/cave_entrances.html b/templates/cave_entrances.html
index e871e41..1ad4db0 100644
--- a/templates/cave_entrances.html
+++ b/templates/cave_entrances.html
@@ -7,7 +7,7 @@
{{ ent.entrance_letter|safe }}
{% if ent.entrance.name %}
{{ ent.entrance.name|safe }}
- {% endif %}
+ {% endif %}<a href="{% url editentrance ent.entrance.slug %}">Edit</a>
<dl>
{% if ent.entrance.marking %}
<dt>Marking</dt><dd>{{ ent.entrance.marking_val|safe }}</dd>