diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2020-05-28 02:20:50 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2020-05-28 02:20:50 +0100 |
commit | df3917a6771d2e2df3d35fde1b99a6f1d06f9589 (patch) | |
tree | a838010e222f6a6d023c5a3f86db71efa75aa400 /templates/controlPanel.html | |
parent | d2192ffd21c16ebd1ca5b39ecd489241201ecd20 (diff) | |
download | troggle-df3917a6771d2e2df3d35fde1b99a6f1d06f9589.tar.gz troggle-df3917a6771d2e2df3d35fde1b99a6f1d06f9589.tar.bz2 troggle-df3917a6771d2e2df3d35fde1b99a6f1d06f9589.zip |
Expunge cavetab
Diffstat (limited to 'templates/controlPanel.html')
-rw-r--r-- | templates/controlPanel.html | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/templates/controlPanel.html b/templates/controlPanel.html index 41c9409..7b35545 100644 --- a/templates/controlPanel.html +++ b/templates/controlPanel.html @@ -42,10 +42,6 @@ <td><input type="checkbox" name="import_people"/></td> </tr> <tr> - <td>caves from cavetab2.csv using parsers\cavetab.py</td> - <td> <input type="checkbox" class="parser" name="import_cavetab"/></td> - </tr> - <tr> <td>logbook entries using parsers\logbooks.py</td> <td><input type="checkbox" name="import_logbooks"/></td> </tr> @@ -77,23 +73,6 @@ <td>Export onto server</td> <td>Export and Download</td> </th> -<tr> - <td> - caves to cavetab2.csv - </td> - <td> - <form name="export" method="post" action=""> - <p>Overwrite the existing CAVETAB2.CSV file with one generated by Troggle.</p> - <input name="export_cavetab" type="submit" value="Update {{settings.EXPOWEB}}noinfo/CAVETAB2.CSV" /> - </form> - </td> - <td> - <form name="export" method="get" action="{% url "downloadcavetab" %}"> - <p>Download a CAVETAB2.CSV file which is dynamically generated by Troggle.</p> - <input name="download_cavetab" type="submit" value="Download CAVETAB2.CSV" /> - </form> - </td> -</tr> <tr> <td> |