From 15e8344d0eb1b9b6b82bb0ae863079f0d0d5840a Mon Sep 17 00:00:00 2001
From: Gokuldevx
Date: Tue, 26 Aug 2025 12:53:52 +0530
Subject: [PATCH] minor update
---
.../dashboard/citizen_dashboard.html | 34 +++++++++++++------
.../dashboard/department_dashboard.html | 4 +--
.../core/templates/issues/manage_issues.html | 2 --
.../templates/issues/view_all_issues.html | 34 ++++++++++++-------
4 files changed, 47 insertions(+), 27 deletions(-)
diff --git a/civicfix/core/templates/dashboard/citizen_dashboard.html b/civicfix/core/templates/dashboard/citizen_dashboard.html
index dea4bc5..3f8e43d 100644
--- a/civicfix/core/templates/dashboard/citizen_dashboard.html
+++ b/civicfix/core/templates/dashboard/citizen_dashboard.html
@@ -89,17 +89,35 @@
{{ issue.description|truncatewords:15 }}
- {{ issue.category.name|default:"No Category" }}
-
+
+ {{ issue.department.name|default:"No Department" }}
+
+
+
+
{{ issue.get_status_display }}
+
{{ issue.created_at|date:"M d, Y" }}
+
{% if issue.photo %}
-

+
{% endif %}
@@ -114,6 +132,7 @@
{% endfor %}
+
@@ -146,12 +165,7 @@
{{ issue_form.title }}
-
-
-
- {{ issue_form.category }}
-
-
+
diff --git a/civicfix/core/templates/dashboard/department_dashboard.html b/civicfix/core/templates/dashboard/department_dashboard.html
index 59d8ec5..2bdfab0 100644
--- a/civicfix/core/templates/dashboard/department_dashboard.html
+++ b/civicfix/core/templates/dashboard/department_dashboard.html
@@ -6,7 +6,7 @@