From 654ec250300940d926ec1f90ccb2dac5a20fde8f Mon Sep 17 00:00:00 2001 From: Marwan Alwali Date: Mon, 30 Mar 2026 23:22:27 +0300 Subject: [PATCH] updated sidebar and public form logos --- PX360/settings.py | 6 ++++- templates/core/public_submit.html | 2 +- templates/layouts/partials/sidebar.html | 33 ++++++++++++++++++++----- 3 files changed, 33 insertions(+), 8 deletions(-) diff --git a/PX360/settings.py b/PX360/settings.py index f6282b8..b614350 100644 --- a/PX360/settings.py +++ b/PX360/settings.py @@ -126,7 +126,11 @@ USE_TZ = True # Static files (CSS, JavaScript, Images) # https://docs.djangoproject.com/en/6.0/howto/static-files/ -STATIC_URL = 'static/' +STATIC_URL = "/static/" +STATIC_ROOT = BASE_DIR / "staticfiles" +STATICFILES_DIRS = [ + BASE_DIR / "static", +] # Celery Configuration CELERY_BROKER_URL = 'redis://localhost:6379/0' diff --git a/templates/core/public_submit.html b/templates/core/public_submit.html index a184798..219a829 100644 --- a/templates/core/public_submit.html +++ b/templates/core/public_submit.html @@ -280,7 +280,7 @@ header.glass-card {
- Al Hammadi Hospital + Al Hammadi Hospital
diff --git a/templates/layouts/partials/sidebar.html b/templates/layouts/partials/sidebar.html index c2d5e4d..de5abd5 100644 --- a/templates/layouts/partials/sidebar.html +++ b/templates/layouts/partials/sidebar.html @@ -65,13 +65,13 @@
- @@ -590,7 +590,28 @@
+