From 3bcfc43ed5ecf33bf1b2226ac2ef61730fe82c66 Mon Sep 17 00:00:00 2001 From: John Doe Date: Wed, 17 Dec 2025 08:51:51 +0100 Subject: [PATCH] Add Copy link button --- templates/files.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/templates/files.html b/templates/files.html index 5bec60b..4283a45 100644 --- a/templates/files.html +++ b/templates/files.html @@ -41,8 +41,9 @@ {{ file[0] }} {{ file[1] }} {{ file[2] }} - - + + + {% endfor %} @@ -65,14 +66,15 @@ - + OB {% for file in listFilesPublic %} {{ file[0] }} {{ file[1] }} {{ file[2] }} - - + + + {% endfor %}