diff --git a/files/templates/comments.html b/files/templates/comments.html index aaf8769b16..7252479b6b 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -292,8 +292,8 @@ {% endif %} - - {% if v %} + + {% if v and not c.deleted_utc %} {% endif %} @@ -391,7 +391,9 @@ {% if v %} - + {% if not c.deleted_utc %} + + {% endif %} diff --git a/files/templates/submission.html b/files/templates/submission.html index 277d662a84..8c009a2d78 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -964,7 +964,7 @@ - {% if v %} + {% if v and not p.deleted_utc %}