add block time in /blocks

pull/189/head
Aevann 2023-08-11 16:13:53 +03:00
parent d886917ef0
commit 930c1d4c83
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<tr>
<th>User</th>
<th>Target</th>
<th>Blocked on</th>
</tr>
</thead>
{% for block in blocks %}
@ -21,6 +22,7 @@
{% include "user_in_table.html" %}
{% endwith %}
</td>
<td data-time="{{block.created_utc}}"></td>
</tr>
{% endfor %}
</table>