oidc-test-client/templates/error.html
Pierre Hubert bf570c477f
All checks were successful
continuous-integration/drone/push Build is passing
Implement server (#3)
Use Actix as HTTP service

Reviewed-on: #3
2023-04-28 07:15:09 +00:00

9 lines
215 B
HTML

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