From d11105702151ded47ecef2dca3fd72d25e68c033 Mon Sep 17 00:00:00 2001 From: sosokker Date: Sun, 19 Nov 2023 01:29:21 +0700 Subject: [PATCH] Add 404 page / Change sidebar item name --- templates/404.html | 29 +++++++++++++ templates/inventory/overview.html | 67 ++++++++++--------------------- 2 files changed, 50 insertions(+), 46 deletions(-) create mode 100644 templates/404.html diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 0000000..6e878cf --- /dev/null +++ b/templates/404.html @@ -0,0 +1,29 @@ +{% extends "base.html" %} + +{% load static %} + +{% block content %} + + + +
+ + + +
+ + +
+
404
+

Page Not Found

+

It looks like you found a glitch in the matrix...

+ Go back to Dashboard +
+ +
+ +
+ + + +{% endblock content %} \ No newline at end of file diff --git a/templates/inventory/overview.html b/templates/inventory/overview.html index b0d94db..3ce49f5 100644 --- a/templates/inventory/overview.html +++ b/templates/inventory/overview.html @@ -35,39 +35,20 @@ Storage - + - + @@ -75,42 +56,36 @@ - + - + - + + + +