diff --git a/InvenTree/templates/500.html b/InvenTree/templates/500.html new file mode 100644 index 0000000000..3fab6c0a17 --- /dev/null +++ b/InvenTree/templates/500.html @@ -0,0 +1,19 @@ +{% extends "base.html" %} +{% load i18n %} + +{% block page_title %} +InvenTree | {% trans "Internal Server Error" %} +{% endblock %} + +{% block content %} + +
+

{% trans "Internal Server Error" %}

+ +
+ {% trans "The InvenTree server raised an internal error" %}
+ {% trans "Refer to the error log in the admin interface for further details" %} +
+
+ +{% endblock %} \ No newline at end of file