From 15554bfd53881b58a185a44a57e3306a9619f05c Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 23 Aug 2024 22:38:28 +0300 Subject: [PATCH] make stacked earlylife less cancer --- files/templates/comments.html | 2 +- files/templates/user_in_table.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index c5e5002d8..bd1ca8ba1 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -222,7 +222,7 @@ " class="ml-2 {% if not c.parent_comment.author.switched.earlylife %}unbreakable{% endif %}"> - {{- c.parent_comment.author_name -}} + {{- c.parent_comment.author.switched.username -}} {% endif %} diff --git a/files/templates/user_in_table.html b/files/templates/user_in_table.html index bc948d1bd..f6de51e8a 100644 --- a/files/templates/user_in_table.html +++ b/files/templates/user_in_table.html @@ -10,7 +10,7 @@ {%- endif %} - {{user.user_name}} + {{user.username}} {% endif %} {% endif %}