From 2767fdf67495ce1311246030e20c97a201858e13 Mon Sep 17 00:00:00 2001 From: Gokuldevx Date: Mon, 8 Sep 2025 17:56:45 +0530 Subject: [PATCH] update --- .../core/__pycache__/views.cpython-313.pyc | Bin 21702 -> 21702 bytes .../dashboard/department_dashboard.html | 3 +++ 2 files changed, 3 insertions(+) diff --git a/civicfix/core/__pycache__/views.cpython-313.pyc b/civicfix/core/__pycache__/views.cpython-313.pyc index f75b65ec8f29482336f6f34a4c3549f0e339815d..b9d7862698a971282eb8391f0880b2a3129ccf29 100644 GIT binary patch delta 21 bcmX@MlJVF|My}7iyj%=G5bd#%YflIOPMQXA delta 21 bcmX@MlJVF|My}7iyj%=GV5Ps2YflIOO;-js diff --git a/civicfix/core/templates/dashboard/department_dashboard.html b/civicfix/core/templates/dashboard/department_dashboard.html index 2bdfab0..1901d9f 100644 --- a/civicfix/core/templates/dashboard/department_dashboard.html +++ b/civicfix/core/templates/dashboard/department_dashboard.html @@ -22,6 +22,7 @@ # Title Reported By + Location Status Created At Action @@ -33,6 +34,7 @@ {{ forloop.counter }} {{ issue.title }} {{ issue.reporter.username }} + {{ issue.location }} {% if issue.status == "reported" %} Reported @@ -46,6 +48,7 @@ Unknown {% endif %} + {{ issue.created_at|date:"M d, Y H:i" }} {% if issue.status in "reported,acknowledged" %}