forked from MarseyWorld/MarseyWorld
add block time in /blocks
parent
d886917ef0
commit
930c1d4c83
|
@ -7,6 +7,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th>User</th>
|
<th>User</th>
|
||||||
<th>Target</th>
|
<th>Target</th>
|
||||||
|
<th>Blocked on</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
{% for block in blocks %}
|
{% for block in blocks %}
|
||||||
|
@ -21,6 +22,7 @@
|
||||||
{% include "user_in_table.html" %}
|
{% include "user_in_table.html" %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
</td>
|
</td>
|
||||||
|
<td data-time="{{block.created_utc}}"></td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in New Issue