Files
IKT206-kubernetes-cluster/webapp/templates/page_413.html
2026-07-26 10:07:10 +02:00

6 lines
186 B
HTML

{% extends "layout.html" %}
{% block page_title %}Request if too big(413){% endblock %}
{% block body %}
{{ super() }}
Please check the file size you're uploading.
{% endblock %}