This commit is contained in:
2025-09-08 17:56:45 +05:30
parent be2dc882b3
commit 2767fdf674
2 changed files with 3 additions and 0 deletions
Binary file not shown.
@@ -22,6 +22,7 @@
<th>#</th>
<th>Title</th>
<th>Reported By</th>
<th>Location</th>
<th>Status</th>
<th>Created At</th>
<th>Action</th>
@@ -33,6 +34,7 @@
<td>{{ forloop.counter }}</td>
<td>{{ issue.title }}</td>
<td>{{ issue.reporter.username }}</td>
<td>{{ issue.location }}</td>
<td>
{% if issue.status == "reported" %}
<span class="badge bg-danger">Reported</span>
@@ -46,6 +48,7 @@
<span class="badge bg-secondary">Unknown</span>
{% endif %}
</td>
<td>{{ issue.created_at|date:"M d, Y H:i" }}</td>
<td>
{% if issue.status in "reported,acknowledged" %}