fix title in 413 template

This commit is contained in:
2025-12-06 06:15:51 +03:00
parent 77677eef6d
commit 6c96563a0e

View File

@@ -1,5 +1,5 @@
{% extends 'base.html' %}
{% block title %}not found{% endblock %}
{% block title %}request entity too large{% endblock %}
{% block content %}
<div class="darkbg">
<h1>413 Request Entity Too Large</h1>