|
|
|
@ -1,5 +1,5 @@ |
|
|
|
{% load static %} |
|
|
|
{% load static %} |
|
|
|
|
|
|
|
{% if not node.deactivated_at %} |
|
|
|
<div id="question__{{ node.id }}" class="questions__item {% if node.is_child_node %}questions__item_reply{% endif %}"> |
|
|
|
<div id="question__{{ node.id }}" class="questions__item {% if node.is_child_node %}questions__item_reply{% endif %}"> |
|
|
|
{% if node.author.photo %} |
|
|
|
{% if node.author.photo %} |
|
|
|
<div class="questions__ava ava"> |
|
|
|
<div class="questions__ava ava"> |
|
|
|
@ -24,4 +24,5 @@ |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
|