From 5dd94d6ebae0deb803df9fe54158346fe3817d08 Mon Sep 17 00:00:00 2001 From: iwroteascript Date: Wed, 25 Oct 2017 09:54:26 -0400 Subject: [PATCH] Create 413.html Need to replace [x] with correct file size upload limit. --- netbox/templates/413.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 netbox/templates/413.html diff --git a/netbox/templates/413.html b/netbox/templates/413.html new file mode 100644 index 000000000..16b2e8a06 --- /dev/null +++ b/netbox/templates/413.html @@ -0,0 +1,19 @@ +{% extends '_base.html' %} + +{% block content %} +
+
+
+
+ File Size Too Large +
+
+ The file being uploaded is too large. Please limit all uploaded file sizes to [x]Mb. +
+ +
+
+
+{% endblock %}