mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-21 23:01:52 +00:00
remove unneeded table
This commit is contained in:
parent
fc60bde3ec
commit
f78c719fd7
@ -1,4 +1,5 @@
|
||||
<!-- svxcavesingle.html - this text visible because this template has been included -->
|
||||
|
||||
{% extends "base.html" %}
|
||||
{% block title %}List of survex directories{% endblock %}
|
||||
{% block content %}
|
||||
@ -20,13 +21,6 @@
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
||||
<table>
|
||||
<tr><th>Cave</th><th>Cave url</th></tr>
|
||||
{% for c in caves %}
|
||||
<tr>
|
||||
<td>{{c}}</td>
|
||||
<td>{{c.url}}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user