From 03b6a085c9afa89b2d07b56281c9989bc790cd6e Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 19 Feb 2024 19:17:57 +0200 Subject: [PATCH] cachebust house icons --- files/templates/comments.html | 2 +- files/templates/userpage/banner.html | 4 ++-- files/templates/util/macros.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 764769f84b..6f86b79b7c 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -187,7 +187,7 @@ {% endif %} {% if FEATURES['HOUSES'] and c.author.house %} - House {{c.author.house}} + House {{c.author.house}} {% endif %} {% if c.author.verified %} diff --git a/files/templates/userpage/banner.html b/files/templates/userpage/banner.html index e8db8ce162..61238a7191 100644 --- a/files/templates/userpage/banner.html +++ b/files/templates/userpage/banner.html @@ -57,7 +57,7 @@ {% endif %} {% if FEATURES['HOUSES'] and u.house %} - House {{u.house}} + House {{u.house}} {% endif %} {% if u.verified %} @@ -362,7 +362,7 @@ {% endif %} {% if FEATURES['HOUSES'] and u.house %} - House {{u.house}} + House {{u.house}} {% endif %} {% if u.verified %} diff --git a/files/templates/util/macros.html b/files/templates/util/macros.html index 83ce4ea825..ae51c40816 100644 --- a/files/templates/util/macros.html +++ b/files/templates/util/macros.html @@ -97,7 +97,7 @@ {% endif %} {% if FEATURES['HOUSES'] and p.author.house %} - House {{p.author.house}} + House {{p.author.house}} {% endif %} {% if p.author.verified %}