diff --git a/ruqqus/templates/comments.html b/ruqqus/templates/comments.html index 4465b700a..aa6f4e3e6 100644 --- a/ruqqus/templates/comments.html +++ b/ruqqus/templates/comments.html @@ -121,8 +121,8 @@ {% if c.distinguish_level %} {% endif %} {% if c.is_op %} {% endif %} {% if c.is_bot %} {% endif %} - {% if c.is_blocking %} {% endif %} - {% if c.is_blocked %} {% endif %} + {% if c.is_blocking %} {% endif %} + {% if c.is_blocked %} {% endif %} {% if c.author.is_deleted %}[deleted account]{% else %}{{c.author.username}}{% if c.author.customtitle %}  {{c.author.customtitle | safe}}{% endif %}{% endif %} diff --git a/ruqqus/templates/default.html b/ruqqus/templates/default.html index ba0b25081..2f24bc105 100644 --- a/ruqqus/templates/default.html +++ b/ruqqus/templates/default.html @@ -2,6 +2,104 @@