[FIX] Shows error 404 instead of 500
This commit is contained in:
parent
4aa1c09e41
commit
27de8e0427
|
@ -1,5 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
{% block title %}Error 404{% endblock %}
|
||||
{% block title %}Error 500{% endblock %}
|
||||
{% block content %}
|
||||
<div class="grid gap-4">
|
||||
<div class="row-start-2">
|
||||
|
|
Loading…
Reference in a new issue