diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cave_qms.html | 4 | ||||
-rw-r--r-- | templates/controlPanel.html | 25 |
2 files changed, 2 insertions, 27 deletions
diff --git a/templates/cave_qms.html b/templates/cave_qms.html index 9a7f23a..15aabc7 100644 --- a/templates/cave_qms.html +++ b/templates/cave_qms.html @@ -1,6 +1,6 @@ - <p>{% if cave.get_QMs %} - <h2>Question marks</h2> + <h2>Question marks for {{cave.kataster_number}} - {{cave.official_name|safe}} - {{cave.unofficial_number}}</h2> <h3>Extant</h3> + <p>{% if cave.get_QMs %} <ul id="cavelist"> {% for QM in cave.get_QMs %} {% if QM.ticked_off_by %} diff --git a/templates/controlPanel.html b/templates/controlPanel.html index da33867..0668055 100644 --- a/templates/controlPanel.html +++ b/templates/controlPanel.html @@ -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> |