add block time in /blocks

master
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> <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>