diff options
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> |