From d815d6855f6ea5dae73de70d04394351a01a8187 Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Tue, 29 Dec 2020 04:06:52 +0100 Subject: Use template responses --- templates/413.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 templates/413.html (limited to 'templates/413.html') diff --git a/templates/413.html b/templates/413.html new file mode 100644 index 0000000..0e5c32a --- /dev/null +++ b/templates/413.html @@ -0,0 +1 @@ +Remote file too large ({{ request.headers["content-length"]|filesizeformat(True) }} > {{ config["MAX_CONTENT_LENGTH"]|filesizeformat(True) }}). -- cgit v1.2.3