summaryrefslogtreecommitdiff
path: root/baserock_openid_provider/openid_provider/templates/openid_provider/error.html
blob: 11b77b2103c7772249c294a3c5a62712c0f011c6 (plain)
1
2
3
4
5
6
{% extends "openid_provider/base.html" %}

{% block content %}
<h1>{{ title }}</h1>
{{ msg }}
{% endblock %}