From 4e4abce94becc4c556074837dffee7655bf4902d Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Sat, 29 Nov 2025 01:45:11 +0000 Subject: [PATCH] Commission tool 1 --- core/templates/base.html | 4 + core/templates/core/index.html | 286 +++++++++++++++++---------------- static/css/custom.css | 61 ++++++- 3 files changed, 211 insertions(+), 140 deletions(-) diff --git a/core/templates/base.html b/core/templates/base.html index 1e7e5fb..62d0a64 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -14,6 +14,10 @@ {% endif %} {% load static %} + + + + {% block head %}{% endblock %} diff --git a/core/templates/core/index.html b/core/templates/core/index.html index faec813..2ea25c9 100644 --- a/core/templates/core/index.html +++ b/core/templates/core/index.html @@ -1,145 +1,155 @@ {% extends "base.html" %} +{% load static %} -{% block title %}{{ project_name }}{% endblock %} - -{% block head %} - - - - -{% endblock %} +{% block title %}Commission Dashboard - Frontier Waste Solutions{% endblock %} {% block content %} -
-
-

Analyzing your requirements and generating your app…

-
- Loading… +
-