2
0
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:
Philip Sargent 2023-11-03 16:54:44 +02:00
parent fc60bde3ec
commit f78c719fd7

View File

@ -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 %}