forked from expo/troggle
Add links to entrances page
This commit is contained in:
parent
01964e7cf6
commit
52299fb6fd
@ -9,12 +9,12 @@
|
|||||||
|
|
||||||
<table>
|
<table>
|
||||||
<theader>
|
<theader>
|
||||||
<tr><th>Name</th><th>Point</th><th>Position</th>tr>
|
<tr><th>Name</th><th>Caves</th><th>Point</th><th>Position</th></tr>
|
||||||
</theader>
|
</theader>
|
||||||
<tbody>
|
<tbody>
|
||||||
<ul>
|
<ul>
|
||||||
{% for entrance in entrances %}
|
{% for entrance in entrances %}
|
||||||
<tr><td>{{ entrance }}</td><td>{{ entrance.best_station }}</td><td>{{ entrance.latlong }}</td></tr>
|
<tr><td>{{ entrance }}</td><td>{% for cave in entrance.cavelist %}<a href="{{ cave.url }}">{{ cave }}</a>{% endfor %}</td><td>{{ entrance.best_station }}</td><td>{{ entrance.latlong }}</td></tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user