From 87578283d217d205e17cd1a3642f34c6edcf63fc Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 12 Oct 2022 07:40:59 +0200 Subject: [PATCH] show the time a hole was created on --- files/templates/sub/subs.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/templates/sub/subs.html b/files/templates/sub/subs.html index 70d96370df..7189127dd4 100644 --- a/files/templates/sub/subs.html +++ b/files/templates/sub/subs.html @@ -15,6 +15,7 @@ Posts Followers Blockers + Created On @@ -25,6 +26,7 @@ {{count}} {{sub.follow_num}} {{sub.block_num}} + {% endfor %} @@ -32,4 +34,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %}