no bold on deleted usernames

This commit is contained in:
rimu 2024-01-13 22:42:40 +13:00
parent 78d1dfb45c
commit ad8742bf85
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@
<div class="hide_button"><a href='#'>[-] hide</a></div>
<div class="comment_author">
{% if comment['comment'].author.deleted %}
<strong>[deleted]</strong>
[deleted]
{% else %}
{% if comment['comment'].author.avatar_id %}
<a href="/u/{{ comment['comment'].author.link() }}" title="{{ comment['comment'].author.ap_id }}">

View file

@ -78,7 +78,7 @@
</div>
<div class="comment_author">
{% if comment['comment'].author.deleted %}
<strong>[deleted]</strong>
[deleted]
{% else %}
{% if comment['comment'].author.avatar_id and comment['comment'].score > -10 and not low_bandwidth %}
<a href="/u/{{ comment['comment'].author.link() }}" title="{{ comment['comment'].author.ap_id }}">