Files
pyrom/app/templates/common/413.html
T
2025-12-06 06:15:51 +03:00

9 lines
247 B
HTML

{% extends 'base.html' %}
{% block title %}request entity too large{% endblock %}
{% block content %}
<div class="darkbg">
<h1>413 Request Entity Too Large</h1>
<p>The file(s) you tried to upload are too large.</p>
</div>
{% endblock %}