diff --git a/projects/templates/project_detail.html b/projects/templates/project_detail.html
index 1d49102..d954d47 100644
--- a/projects/templates/project_detail.html
+++ b/projects/templates/project_detail.html
@@ -109,7 +109,7 @@
@@ -361,7 +373,7 @@
{% else %}
-
+ {% else %}
+ {% if answer.author|class_name == 'User' %}
+ Перейти к обсуждению
+ {% elif answer.author|class_name == 'Team'%}
+ Перейти к обсуждению
+ {% endif %}
{% endif %}
+ {% else %}
+ {% if answer.author|class_name == 'User' %}
+ Перейти к обсуждению
+ {% elif answer.author|class_name == 'Team'%}
+ Перейти к обсуждению
+ {% endif %}
{% endif %}
+
+ {% if answer.author|class_name == 'User' %}
+ Перейти к обсуждению
+ {% elif answer.author|class_name == 'Team'%}
+ Перейти к обсуждению
+ {% endif %}
@@ -1083,9 +1113,10 @@
{% block js_block %}
{% endblock %}