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 %} + +