Can complete authentication
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-28 08:55:58 +02:00
parent 7c99bc1f15
commit 9a3c44e840
5 changed files with 239 additions and 5 deletions

9
templates/error.html Normal file
View File

@ -0,0 +1,9 @@
{% extends "base_page.html" %}
{% block content %}
<div class="alert alert-danger" role="alert">
{{ message }}
</div>
<a class="btn btn-primary" href="/start" role="button">Start again</a>
{% endblock content %}