bugfix hydra changes

This commit is contained in:
TuxCoder 2022-02-11 16:09:40 +01:00
parent 17c30128ae
commit 341ff3c220
4 changed files with 35 additions and 8 deletions

View file

@ -0,0 +1,12 @@
{% 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 %}