From 8eee0ad2360455590b29bdea5500fa5af58ad962 Mon Sep 17 00:00:00 2001 From: Darks Date: Sun, 24 Apr 2022 23:33:18 +0200 Subject: [PATCH] pclinks: fixed a typo --- app/templates/widgets/download_button.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/widgets/download_button.html b/app/templates/widgets/download_button.html index e0f9b41..4f004dc 100644 --- a/app/templates/widgets/download_button.html +++ b/app/templates/widgets/download_button.html @@ -1,6 +1,6 @@ {% macro download_button(file) %} - TLTitre.g3a + {{ file.name }} {{ file.size | humanize(unit='o') }} {% endmacro %}