lenticular_cloud2/lenticular_cloud/template/auth/error.html.j2
2022-02-11 16:10:18 +01:00

13 lines
220 B
Django/Jinja

{% extends 'auth/base.html.j2' %}
{% block title %}{{ gettext('Error') }}{% endblock %}
{% block content %}
<p>This should not happend<p>
<h3>{{ error|e }}</h3>
<p>{{ error_description|e }}</p>
{% endblock %}