Use href to go back to index page

This commit is contained in:
Daniel Markstedt 2021-10-23 10:39:16 -07:00
parent 40432c9de0
commit 7d21a284cd

View File

@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block content %}
<p><a href="javascript:history.back()">Cancel</a></p>
<p><a href="/">Cancel</a></p>
<h2>Disclaimer</h2>
<p>These device profiles are provided as-is with no guarantee to work on the systems mentioned. You may need appropirate device drivers and/or configuration parameters. If you have improvement suggestions or success stories to share we would love to hear from you, so please connect with us at <a href="https://github.com/akuker/RASCSI">GitHub</a> or <a href="https://discord.gg/PyS58u6">Discord</a>!</p>
<h2>Hard Drives</h2>
@ -136,6 +136,6 @@
</tbody>
</table>
<p><small>Available disk space on the Pi: {{free_disk}} MB</small></p>
<p><a href="javascript:history.back()">Cancel</a></p>
<p><a href="/">Cancel</a></p>
{% endblock %}