From fd7fce8ecb18be2a91a876655610e149d7c3cc91 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 6 Feb 2022 00:31:11 +0200 Subject: [PATCH] dsf --- files/classes/user.py | 2 +- files/templates/default.html | 6 +++--- files/templates/settings.html | 4 ++-- files/templates/settings2.html | 6 +++--- files/templates/sign_up.html | 4 ++-- files/templates/sign_up_failed_ref.html | 4 ++-- files/templates/submission.html | 8 ++++---- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/files/classes/user.py b/files/classes/user.py index 503fa4173..4ab5bcd7b 100644 --- a/files/classes/user.py +++ b/files/classes/user.py @@ -435,7 +435,7 @@ class User(Base): @lazy def banner_url(self): if self.bannerurl: return self.bannerurl - else: return f"{SITE_FULL}/static/assets/images/{SITE_NAME}/site_preview.webp?a=1009" + else: return f"{SITE_FULL}/static/assets/images/{SITE_NAME}/site_preview.webp?a=1010" @property @lazy diff --git a/files/templates/default.html b/files/templates/default.html index 77fe03998..76391e17e 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -38,7 +38,7 @@ - + {% block title %} @@ -47,7 +47,7 @@ - + @@ -58,7 +58,7 @@ - + {% endblock %} diff --git a/files/templates/settings.html b/files/templates/settings.html index 04657dafa..ecf061783 100644 --- a/files/templates/settings.html +++ b/files/templates/settings.html @@ -18,7 +18,7 @@ - + @@ -29,7 +29,7 @@ - + diff --git a/files/templates/settings2.html b/files/templates/settings2.html index 736b3225e..5dcf6ebb2 100644 --- a/files/templates/settings2.html +++ b/files/templates/settings2.html @@ -12,13 +12,13 @@ - + - + @@ -29,7 +29,7 @@ - + diff --git a/files/templates/sign_up.html b/files/templates/sign_up.html index 42242d9b0..076dd7708 100644 --- a/files/templates/sign_up.html +++ b/files/templates/sign_up.html @@ -14,7 +14,7 @@ - + @@ -25,7 +25,7 @@ - + {% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}Sign up - {{SITE_NAME}}{% endif %} diff --git a/files/templates/sign_up_failed_ref.html b/files/templates/sign_up_failed_ref.html index a9fe33b80..b887dada2 100644 --- a/files/templates/sign_up_failed_ref.html +++ b/files/templates/sign_up_failed_ref.html @@ -15,7 +15,7 @@ - + @@ -26,7 +26,7 @@ - + {% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}{{SITE_NAME}}{% endif %} diff --git a/files/templates/submission.html b/files/templates/submission.html index f345a8ec0..ffa6353b8 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -221,7 +221,7 @@ - + {% if p.is_video %} {% endif %} @@ -233,7 +233,7 @@ - + {% else %} @@ -246,7 +246,7 @@ {% if p.author %}{% endif %} - + {% if p.url and p.is_video %} {% endif %} @@ -258,7 +258,7 @@ {% if p.author %}{% endif %} - + {% endif %}