diff --git a/files/routes/posts.py b/files/routes/posts.py index 0a2c61337..b3ff39d04 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -697,7 +697,7 @@ def thumbnail_thread(pid): for chunk in image_req.iter_content(1024): file.write(chunk) - post.thumburl = "https://" + site + process_image(name, True) + post.thumburl = f"https://{site}/" + process_image(name, True) db.add(post) db.commit() db.close() diff --git a/files/templates/admin/apps.html b/files/templates/admin/apps.html index 07e3e4d87..bf9cd895f 100644 --- a/files/templates/admin/apps.html +++ b/files/templates/admin/apps.html @@ -14,7 +14,7 @@
Please verify your email address in order to ensure we can respond to your message if needed. Then, refresh this page.
+Please verify your email address in order to ensure we can respond to your message if needed. Then, refresh this page.
{% else %} -In order to ensure that we can respond to your message, please first sign up or log in and make sure you have verified your email address. Then, refresh this page.
+In order to ensure that we can respond to your message, please first sign up or log in and make sure you have verified your email address. Then, refresh this page.
{% endif %} diff --git a/files/templates/settings_filters.html b/files/templates/settings_filters.html index 59d0ec75c..b34428808 100644 --- a/files/templates/settings_filters.html +++ b/files/templates/settings_filters.html @@ -105,7 +105,7 @@