From 1bdf4997fd48c3d332dba07a76f84e74c7bbfe04 Mon Sep 17 00:00:00 2001 From: Michael Rodin Date: Fri, 20 Oct 2023 17:52:34 +0200 Subject: [PATCH] Bugfix: time as size --- flask/templates/view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/templates/view.html b/flask/templates/view.html index e5e14fd..b116829 100644 --- a/flask/templates/view.html +++ b/flask/templates/view.html @@ -12,7 +12,7 @@ Owner: {{archive[-1]}} Category: {{category[4]}}/{{category[1]}} Imported: {{archive[4]|ctime}} - Size: {{archive[4]|spacer}} + Size: {{archive[3]|spacer}} Labels: {% if login and userdata[0] == archive[8] %}Edit{% endif %}
{% for lab in labels %}