bugfix hydra changes
This commit is contained in:
parent
17c30128ae
commit
341ff3c220
4 changed files with 35 additions and 8 deletions
12
lenticular_cloud/template/auth/error.html.j2
Normal file
12
lenticular_cloud/template/auth/error.html.j2
Normal 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue