update
This commit is contained in:
Binary file not shown.
@@ -22,6 +22,7 @@
|
|||||||
<th>#</th>
|
<th>#</th>
|
||||||
<th>Title</th>
|
<th>Title</th>
|
||||||
<th>Reported By</th>
|
<th>Reported By</th>
|
||||||
|
<th>Location</th>
|
||||||
<th>Status</th>
|
<th>Status</th>
|
||||||
<th>Created At</th>
|
<th>Created At</th>
|
||||||
<th>Action</th>
|
<th>Action</th>
|
||||||
@@ -33,6 +34,7 @@
|
|||||||
<td>{{ forloop.counter }}</td>
|
<td>{{ forloop.counter }}</td>
|
||||||
<td>{{ issue.title }}</td>
|
<td>{{ issue.title }}</td>
|
||||||
<td>{{ issue.reporter.username }}</td>
|
<td>{{ issue.reporter.username }}</td>
|
||||||
|
<td>{{ issue.location }}</td>
|
||||||
<td>
|
<td>
|
||||||
{% if issue.status == "reported" %}
|
{% if issue.status == "reported" %}
|
||||||
<span class="badge bg-danger">Reported</span>
|
<span class="badge bg-danger">Reported</span>
|
||||||
@@ -46,6 +48,7 @@
|
|||||||
<span class="badge bg-secondary">Unknown</span>
|
<span class="badge bg-secondary">Unknown</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>{{ issue.created_at|date:"M d, Y H:i" }}</td>
|
<td>{{ issue.created_at|date:"M d, Y H:i" }}</td>
|
||||||
<td>
|
<td>
|
||||||
{% if issue.status in "reported,acknowledged" %}
|
{% if issue.status in "reported,acknowledged" %}
|
||||||
|
|||||||
Reference in New Issue
Block a user