Files
pyrom/app/templates/common/413.html
2025-12-05 17:00:32 +03:00

9 lines
272 B
HTML

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