From 5da53f79e45fad65a5acb0720b9fe6e3993dc806 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sun, 20 Aug 2023 16:24:35 +0300 Subject: [PATCH] fix 500 template title --- templates/500.html.tera | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/500.html.tera b/templates/500.html.tera index a025485..f11d7f5 100644 --- a/templates/500.html.tera +++ b/templates/500.html.tera @@ -1,5 +1,5 @@ {% extends "base" %} -{% block title %}404{% endblock title %} +{% block title %}500{% endblock title %} {% block nav %} {% endblock nav %} {% block content %} @@ -10,4 +10,4 @@

😮 Ой, кажется у нас тут что то сломалось...

-{% endblock content %} \ No newline at end of file +{% endblock content %}