2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-08 12:51:11 +00:00

removing unused fields

This commit is contained in:
2023-11-18 14:17:50 +00:00
parent 7a61bc47ea
commit 7c7c0812e8
7 changed files with 29 additions and 11 deletions

View File

@@ -8,6 +8,24 @@
<h2>Entrances</h2>
<p>These are Entrances read from the <var>expoweb/entrance_data/*.html</var> files.
These are NOT the *entrance data points in the survex files.
<table>
<tr><th>entrance</th>
<th>ent map</th>
</tr>
{% for ent in ents %}
{% if ent.map_description %}
<tr>
<td>
#{{ent.id}} <a href="{{ent.firstcave.url}}">{{ent}}</a>
</td>
<td>
{{ent.map_description}}
</td>
</tr>
{% endif %}
{% endfor %}
</table>
<table>
<tr><th>entrance</th>
<th>ent slug</th>