Merge pull request #370 from akuker/rdmark_href_back

Use href to go back to index page
This commit is contained in:
Eric Helgeson 2021-10-23 21:03:33 -05:00 committed by GitHub
commit 34befb9fad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 %}