keycloak-collective-portal/keycloak_collective_portal/templates/invalid.html

6 lines
185 B
HTML

{% extends "base.html" %}
{% block content %}
<p>Woops, something went wrong: {{ message }}</p>
<p>Please contact your system adminstrator if this is unexpected.</p>
{% endblock %}