clean out broken QM bits

This commit is contained in:
Philip Sargent
2021-04-27 15:38:20 +01:00
parent 13f3057185
commit 942cbdd4b2
5 changed files with 42 additions and 90 deletions

View File

@@ -110,31 +110,6 @@
</td>
</tr>
<tr>
<td>qms to qms.csv</td><td>
<form name="export_qms" method="get" action="downloadqms">
<!--This is for choosing caves by area (drilldown).
<select id="qmcaveareachooser" class="searchable" >
</select>
-->
Choose a cave.
<select name="cave_id" id="qmcavechooser">
{% for cave in caves %}
<option value="{{cave.kataster_number}}">{{cave}}
</option>
{% endfor %}
</select>
<input type="submit" value="Download"/>
</form>
</td></tr>
</table>
</form>