From 4f0f7900389ecfc23ee05ba909a4c2c02ad59913 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 3 May 2023 20:53:51 +0300 Subject: [PATCH] add alts to pfps and hat images --- files/templates/comments.html | 4 ++-- files/templates/util/macros.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 84d470ca6..503f874e0 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -171,9 +171,9 @@
- + @{{c.author.username}}'s profile picture {% if c.author.hat_active(v)[0] -%} - + @{{c.author.username}}'s hat {%- endif %}
{{c.author_name}} diff --git a/files/templates/util/macros.html b/files/templates/util/macros.html index 35f908eee..3cdcad7ff 100644 --- a/files/templates/util/macros.html +++ b/files/templates/util/macros.html @@ -71,9 +71,9 @@ {% endif %}
- + @{{p.author.username}}'s profile picture {% if p.author.hat_active(v)[0] -%} - + @{{p.author.username}}'s hat {%- endif %}
{{p.author_name}}