From 76e3cfb870d869369ace629d50141bd77b565fc7 Mon Sep 17 00:00:00 2001 From: kitoy Date: Wed, 17 Dec 2025 14:20:11 +0100 Subject: [PATCH] change making url for copy link files --- templates/files.html | 2 +- views/filesupload.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/files.html b/templates/files.html index 4283a45..1d87c63 100644 --- a/templates/files.html +++ b/templates/files.html @@ -74,7 +74,7 @@ {{ file[2] }} - + {% endfor %} diff --git a/views/filesupload.py b/views/filesupload.py index d816b82..7913cb8 100644 --- a/views/filesupload.py +++ b/views/filesupload.py @@ -110,6 +110,7 @@ def list(): return render_template('files.html', section="Files", + BASE_URL=BASE_URL, size=size, username=user, nb_pv=nb_pv,