diff --git a/arches/app/templates/errors/400.htm b/arches/app/templates/errors/400.htm new file mode 100644 index 00000000000..3a84b61b2f4 --- /dev/null +++ b/arches/app/templates/errors/400.htm @@ -0,0 +1,29 @@ +{% extends "errors/error_base.htm" %} +{% load i18n %} +{% load static %} + +{% block body %} +
{% trans "Bad Request" %}
+{% trans "Access Denied" %}
+{% trans "Page Not Found!" %}
{% trans "Internal Server Error!" %}