download logbook in standard HTML works

This commit is contained in:
Philip Sargent
2021-04-28 02:43:09 +01:00
parent 62799d196b
commit e5cf1b5289
5 changed files with 55 additions and 40 deletions

View File

@@ -95,7 +95,7 @@
</tr>
<tr>
<td>
<form name="export" method="get" action={% url "downloadlogbook" %}>
<form name="export" method="POST" action={% url "exportlogbook" %}>
{% csrf_token %}
<p>Download a logbook file which is dynamically generated by Troggle.</p>