From c0cb68e04af5083f25f51030ad0f04ae97569842 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 21 Jul 2021 12:58:23 +0200 Subject: [PATCH] sneed --- ruqqus/templates/comments.html | 4 +- ruqqus/templates/default.html | 98 ++++++++++++++++++++++++ ruqqus/templates/submission_listing.html | 4 +- ruqqus/templates/submit.html | 14 ++++ 4 files changed, 116 insertions(+), 4 deletions(-) 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 @@