From 6c96563a0e87880e5f817e64bd0ed8e3ac368243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Sat, 6 Dec 2025 06:15:51 +0300 Subject: [PATCH] fix title in 413 template --- app/templates/common/413.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/common/413.html b/app/templates/common/413.html index 5c39df3..348c6a9 100644 --- a/app/templates/common/413.html +++ b/app/templates/common/413.html @@ -1,5 +1,5 @@ {% extends 'base.html' %} -{% block title %}not found{% endblock %} +{% block title %}request entity too large{% endblock %} {% block content %}

413 Request Entity Too Large