From a0ac1d25bd11a19c06ee0f91359fa64fbea57ad0 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 18 Mar 2023 08:27:41 +0200 Subject: [PATCH] minor js fix --- files/templates/settings/common.html | 2 +- files/templates/userpage/banner.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/settings/common.html b/files/templates/settings/common.html index b05342432..89152a5c8 100644 --- a/files/templates/settings/common.html +++ b/files/templates/settings/common.html @@ -88,7 +88,7 @@ {% if show_file_upload %} - {{macros.file_input('file-upload', False)}} + {{macros.file_input('file-upload-common', False)}} {% endif %} {% endif %} diff --git a/files/templates/userpage/banner.html b/files/templates/userpage/banner.html index d93d46fb7..9117ff3df 100644 --- a/files/templates/userpage/banner.html +++ b/files/templates/userpage/banner.html @@ -159,7 +159,7 @@ {% set upload_disabled = g.is_tor or not get_setting('dm_images') %} - {{macros.file_input('file-upload', True)}} + {{macros.file_input('file-upload-macro', True)}}