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 %}