update
This commit is contained in:
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" %}
|
||||
|
||||
Reference in New Issue
Block a user