mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-21 02:05:19 +00:00
remove unneeded table
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user