forked from expo/troggle
Hack to turn cave URL to absolute links, so they can work from anywhere on the website.
This commit is contained in:
parent
f7fca58c57
commit
77ed1b444c
@ -1,5 +1,5 @@
|
|||||||
<dl>
|
<dl>
|
||||||
<a href="{{entrance.cavelist.0.url }}">Cave: {{entrance.cavelist.0.name }}</a>
|
<a href="/{{entrance.cavelist.0.url }}">Cave: {{entrance.cavelist.0.name }}</a>
|
||||||
{% if entrance.marking %}
|
{% if entrance.marking %}
|
||||||
<dt>Marking</dt><dd>{{ entrance.marking_val|safe }}</dd>
|
<dt>Marking</dt><dd>{{ entrance.marking_val|safe }}</dd>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user