|
|
|
|
@ -74,7 +74,7 @@ |
|
|
|
|
|
|
|
|
|
<div class="section section_gray"> |
|
|
|
|
<div class="section__center center center_sm"> |
|
|
|
|
<div class="title">Задавайте вопросы:</div> |
|
|
|
|
<div class="title">Оставьте комментарий:</div> |
|
|
|
|
<div class="questions"> |
|
|
|
|
{% if request.user.is_authenticated %} |
|
|
|
|
<form class="questions__form" method="post" action="{% url 'contest_work_comment' contest_work_id=contest_work.id %}"> |
|
|
|
|
@ -95,7 +95,7 @@ |
|
|
|
|
<a href="#" class="questions__reply-cancel grey-link">Отменить</a> |
|
|
|
|
</div> |
|
|
|
|
<div class="questions__field"> |
|
|
|
|
<textarea class="questions__textarea" placeholder="Спросите автора курса интересующие вас вопросы"></textarea> |
|
|
|
|
<textarea class="questions__textarea"></textarea> |
|
|
|
|
</div> |
|
|
|
|
<button class="questions__btn btn btn_light">ОТПРАВИТЬ</button> |
|
|
|
|
</div> |
|
|
|
|
|