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 }}
- Welcome, {{ request.user.username }}. Your Departments: + Welcome, {{ request.user.username }}. Department: {% for dept in departments %} {{ dept.name }} {% empty %} @@ -21,7 +21,6 @@