From 27de8e04275504f7a02c0a0fe4e12601dfa3b1d1 Mon Sep 17 00:00:00 2001 From: altf4arnold Date: Sun, 2 Jun 2024 21:13:10 +0200 Subject: [PATCH] [FIX] Shows error 404 instead of 500 --- tldtest/templates/500.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tldtest/templates/500.html b/tldtest/templates/500.html index b9276fc..077b0d7 100644 --- a/tldtest/templates/500.html +++ b/tldtest/templates/500.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}Error 404{% endblock %} +{% block title %}Error 500{% endblock %} {% block content %}