diff --git a/InvenTree/templates/404.html b/InvenTree/templates/404.html new file mode 100644 index 0000000000..3cb6464d99 --- /dev/null +++ b/InvenTree/templates/404.html @@ -0,0 +1,18 @@ +{% extends "base.html" %} +{% load i18n %} + +{% block page_title %} +InvenTree | {% trans "Page Not Found" %} +{% endblock %} + +{% block content %} + +
+

{% trans "Page Not Found" %}

+ +
+ {% trans "The requested page does not exist" %} +
+
+ +{% endblock %} \ No newline at end of file