Add Cancel link on the bottom of the page as well

This commit is contained in:
Daniel Markstedt 2021-09-20 18:57:14 -07:00
parent 82c039171f
commit 98cfceefd4

View File

@ -136,5 +136,6 @@
</tbody> </tbody>
</table> </table>
<p><small>Available disk space on the Pi: {{free_disk}} MB</small></p> <p><small>Available disk space on the Pi: {{free_disk}} MB</small></p>
<p><a href="javascript:history.back()">Cancel</a></p>
{% endblock %} {% endblock %}