summaryrefslogtreecommitdiffstats
path: root/accounts/templates/error.html
blob: 0f403b564889f947d59afc3d6587ad527f189f86 (plain)
1
2
3
4
5
6
7
8
{%- extends 'base.html' %}
{%- from '_macros.html' import render_field %}
{%- block content %}

<h1>Fehler: {{ error.message }}</h1>
{{ error.description|safe }}

{%- endblock %}