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

<h1>{{error.message}}</h1>
<p><b>Fehler</b>: {{error.description}}</p>

{%- endblock %}