Не показывать комменты удаленного автора

remotes/origin/hotfix/LIL-661
nikita 7 years ago
parent dc129dc6d1
commit 479c41d205
  1. 2
      project/templates/blocks/comment.html

@ -1,5 +1,5 @@
{% load static %}
{% if not node.deactivated_at %}
{% if not node.deactivated_at and node.author.is_active %}
<a class="questions__anchor" id="question__{{ node.id }}"></a>
<div id="question__replyto__{{ node.id }}" class="questions__item {% if node.is_child_node %}questions__item_reply{% endif %}">
{% if node.author.photo %}

Loading…
Cancel
Save