From 7fbab77cda683771707a0ff36d0d2d0d89870335 Mon Sep 17 00:00:00 2001 From: Gokuldevx Date: Tue, 26 Aug 2025 14:49:27 +0530 Subject: [PATCH] minor update --- civicfix/core/templates/core/manage_users.html | 6 ++++-- civicfix/core/templates/issues/manage_issues.html | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/civicfix/core/templates/core/manage_users.html b/civicfix/core/templates/core/manage_users.html index 80ad9e9..16c2564 100644 --- a/civicfix/core/templates/core/manage_users.html +++ b/civicfix/core/templates/core/manage_users.html @@ -3,9 +3,11 @@ {% block content %}
-
-

Manage Citizens

+
+

Manage Citizens

+ Back to Dashboard
+
{% if citizens %} diff --git a/civicfix/core/templates/issues/manage_issues.html b/civicfix/core/templates/issues/manage_issues.html index a1b6a49..4d990c0 100644 --- a/civicfix/core/templates/issues/manage_issues.html +++ b/civicfix/core/templates/issues/manage_issues.html @@ -3,8 +3,9 @@ {% block content %}
-
+

Manage Issues

+ Back to Dashboard
{% if issues %}