authentic/src/authentic2_idp_openid/templates/idp/openid/error.html

7 lines
109 B
HTML

{% extends "authentic2/base-page.html" %}
{% block content %}
<h2>{{ title }}</h2>
{{ msg }}
{% endblock %}