From f548c2077dbe57a8838d9ae48ae2b3240328c92b Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 11 Jun 2022 00:37:55 +0200 Subject: [PATCH] show names of all files when pasting instead of just the first file --- files/templates/comments.html | 2 +- files/templates/settings_profile.html | 4 ++-- files/templates/submit.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index a9fcae6d64..95e810d7dd 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -849,7 +849,7 @@ {% if v %} - + {% endif %} diff --git a/files/templates/settings_profile.html b/files/templates/settings_profile.html index c804c496d8..16ae1685a1 100644 --- a/files/templates/settings_profile.html +++ b/files/templates/settings_profile.html @@ -740,9 +740,9 @@ - + {% include "emoji_modal.html" %} {% include "gif_modal.html" %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/files/templates/submit.html b/files/templates/submit.html index d0cce9009c..244b7d7e5a 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -225,7 +225,7 @@ - + {% include "emoji_modal.html" %} {% include "gif_modal.html" %}