diff --git a/files/classes/user.py b/files/classes/user.py index 493968bfd..ffa2e9264 100644 --- a/files/classes/user.py +++ b/files/classes/user.py @@ -431,7 +431,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=1008" + else: return f"{SITE_FULL}/static/assets/images/{SITE_NAME}/site_preview.webp?a=1009" @property @lazy diff --git a/files/templates/default.html b/files/templates/default.html index f03344dc5..e5e103ffc 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 %} @@ -231,7 +231,7 @@ {% else %} - + {% endif %} {% endif %} diff --git a/files/templates/settings.html b/files/templates/settings.html index 701951439..ddc6a2c99 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 239cd29d4..72cf56803 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 e7352b139..fb36512df 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 1764bb2d3..c27681f66 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 313e445fa..0843a8821 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 %}