diff --git a/civicfix/core/__pycache__/views.cpython-313.pyc b/civicfix/core/__pycache__/views.cpython-313.pyc index f75b65e..b9d7862 100644 Binary files a/civicfix/core/__pycache__/views.cpython-313.pyc and b/civicfix/core/__pycache__/views.cpython-313.pyc differ 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" %}