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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user