Use button instead of a link on 404, add cursor style, fix capitalisation

This commit is contained in:
daudix
2024-04-04 01:20:25 +03:00
parent b32cff7961
commit 5e6693e3d6
4 changed files with 5 additions and 4 deletions

View File

@ -12,6 +12,6 @@
<p class="dialog-buttons">
<a onclick="window.history.go(-1)" class="inline-button">Go Back</a>
<a href="{{ config.extra.issues_url }}">File an Issue</a>
<a class="inline-button colored" href="{{ config.extra.issues_url }}">File an Issue</a>
</p>
{% endblock content %}