From cd97a4ffb9306f28c6fb252b81cbbc104607b66f Mon Sep 17 00:00:00 2001 From: blek Date: Tue, 10 Oct 2023 21:57:28 +1000 Subject: [PATCH] fix misplaced links --- filed/templates/upload_success.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/filed/templates/upload_success.html b/filed/templates/upload_success.html index a002a61..22835d2 100644 --- a/filed/templates/upload_success.html +++ b/filed/templates/upload_success.html @@ -28,8 +28,9 @@

File uploaded successfully!

It is available via the following link: - - {{ link }} +
+
+ {{ env.instanceurl }}/upload/{{ urlencoding::encode(link) }}

@@ -39,7 +40,7 @@ Upload another file
-
+
Copy link