From 930c1d4c833dfe1896e12a11c5aa8ba92740217f Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 11 Aug 2023 16:13:53 +0300 Subject: [PATCH] add block time in /blocks --- files/templates/blocks.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/templates/blocks.html b/files/templates/blocks.html index 7c7cb1d99..bdc5dc447 100644 --- a/files/templates/blocks.html +++ b/files/templates/blocks.html @@ -7,6 +7,7 @@ User Target + Blocked on {% for block in blocks %} @@ -21,6 +22,7 @@ {% include "user_in_table.html" %} {% endwith %} + {% endfor %}