|
|
|
@ -1,5 +1,5 @@ |
|
|
|
{% load static %} |
|
|
|
{% 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> |
|
|
|
<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 %}"> |
|
|
|
<div id="question__replyto__{{ node.id }}" class="questions__item {% if node.is_child_node %}questions__item_reply{% endif %}"> |
|
|
|
{% if node.author.photo %} |
|
|
|
{% if node.author.photo %} |
|
|
|
|