diff --git a/files/assets/images/rDrama/badges/293.webp b/files/assets/images/rDrama/badges/293.webp index 8b4fa40ae..4eef8a4e6 100644 Binary files a/files/assets/images/rDrama/badges/293.webp and b/files/assets/images/rDrama/badges/293.webp differ diff --git a/files/classes/badges.py b/files/classes/badges.py index 82e675df3..59f489267 100644 --- a/files/classes/badges.py +++ b/files/classes/badges.py @@ -26,7 +26,7 @@ class BadgeDef(Base): @property @lazy def path(self): - return f"{SITE_FULL_IMAGES}/i/{SITE_NAME}/badges/{self.id}.webp?b=12" + return f"{SITE_FULL_IMAGES}/i/{SITE_NAME}/badges/{self.id}.webp?b=13" class Badge(Base): diff --git a/files/routes/users.py b/files/routes/users.py index 5c94deb0f..6e0b4fe36 100644 --- a/files/routes/users.py +++ b/files/routes/users.py @@ -1308,7 +1308,7 @@ def bid_list(v, bid): name = name[0] - href = f'{SITE_FULL_IMAGES}/i/{SITE_NAME}/badges/{bid}.webp?b=12' + href = f'{SITE_FULL_IMAGES}/i/{SITE_NAME}/badges/{bid}.webp?b=13' page = get_page() diff --git a/files/templates/admin/patrons.html b/files/templates/admin/patrons.html index df4402922..ad0f45dc4 100644 --- a/files/templates/admin/patrons.html +++ b/files/templates/admin/patrons.html @@ -18,7 +18,7 @@ {% include "user_in_table.html" %} {% if user.patron > 1 %} - 2{{user.patron}} + 2{{user.patron}} {% endif %} ${{user.lifetimedonated}} diff --git a/files/templates/comments.html b/files/templates/comments.html index 9e741c4e5..ded8f0cdb 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -185,7 +185,7 @@ 👻 {% else %} {% if FEATURES['PATRON_ICONS'] and c.author.switched.patron > 1 and c.author.switched.lifetimedonated_visible %} - {{c.author.switched.patron_tooltip}} + {{c.author.switched.patron_tooltip}} {% endif %} {% if FEATURES['HOUSES'] and c.author.switched.house %} diff --git a/files/templates/userpage/banner.html b/files/templates/userpage/banner.html index b54c4c39f..8874138dd 100644 --- a/files/templates/userpage/banner.html +++ b/files/templates/userpage/banner.html @@ -53,7 +53,7 @@ {% endif %} {% if FEATURES['PATRON_ICONS'] and u.patron > 1 and u.lifetimedonated_visible %} - {{u.patron_tooltip}} + {{u.patron_tooltip}} {% endif %} {% if FEATURES['HOUSES'] and u.house %} @@ -364,7 +364,7 @@ {% endif %} {% if FEATURES['PATRON_ICONS'] and u.patron > 1 and u.lifetimedonated_visible %} - {{u.patron_tooltip}} + {{u.patron_tooltip}} {% endif %} {% if FEATURES['HOUSES'] and u.house %} diff --git a/files/templates/util/macros.html b/files/templates/util/macros.html index b272d4745..6c1c7c99c 100644 --- a/files/templates/util/macros.html +++ b/files/templates/util/macros.html @@ -93,7 +93,7 @@ 👻 {% else %} {% if FEATURES['PATRON_ICONS'] and p.author.switched.patron > 1 and p.author.switched.lifetimedonated_visible %} - {{p.author.switched.patron_tooltip}} + {{p.author.switched.patron_tooltip}} {% endif %} {% if FEATURES['HOUSES'] and p.author.switched.house %}