mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-04-02 05:21:01 +01:00
ent.url removed and entrance edit path simplified
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
Id letter: '{{ ent.entranceletter|safe}}'
|
||||
{% if ent.entrance.name %}
|
||||
{{ ent.entrance.name|safe }}
|
||||
{% endif %}<a class="editlink" href="{% if local %}https://expo.survex.com{% endif %}{% url "editentrance" ent.entrance.url_parent cave.slug ent.entrance.slug %}">Edit this entrance</a>
|
||||
{% endif %}<a class="editlink" href="{% if local %}https://expo.survex.com{% endif %}{% url "editentrance" cave.slug ent.entrance.slug %}">Edit this entrance</a>
|
||||
<dl>
|
||||
{% if ent.entrance.marking %}
|
||||
<dt>Marking</dt><dd>{{ ent.entrance.marking_val|safe }}</dd>
|
||||
|
||||
Reference in New Issue
Block a user