Merge pull request #74 from altf4arnold/500

[FIX] Shows error 404 instead of 500
This commit is contained in:
Arnold Dechamps 2024-06-02 21:24:15 +02:00 committed by GitHub
commit 577cbf467e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block title %}Error 404{% endblock %} {% block title %}Error 500{% endblock %}
{% block content %} {% block content %}
<div class="grid gap-4"> <div class="grid gap-4">
<div class="row-start-2"> <div class="row-start-2">