mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-13 17:40:40 +00:00
Let the generic error handler generate json again
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
|
||||
{% block page_content %}
|
||||
<div class="container">
|
||||
<h1 id="title">{{ error.name }}</h1>
|
||||
<h1 id="title">{{ error.code }} {{ error.name }}</h1>
|
||||
<p>{{ error.description }}</p>
|
||||
</div>
|
||||
{% endblock page_content %}
|
||||
|
Reference in New Issue
Block a user