diff --git a/ACMAS/app/ACMAS_Web/templates/404.html b/ACMAS/app/ACMAS_Web/templates/404.html new file mode 100644 index 0000000..ac8647f --- /dev/null +++ b/ACMAS/app/ACMAS_Web/templates/404.html @@ -0,0 +1,25 @@ +{% extends '_base.html' %} +{% load component_tags %} + +{% block title %}Not Found{% endblock %} + +{% block content %} +
+
+
+
+ + + {% component "button" text="Back to Home" component_type="primary" value="" %} + +
+
+
+{% endblock content %}