|
|
|
@ -26,7 +26,7 @@ |
|
|
|
<div class="go__title">Вернуться</div> |
|
|
|
<div class="go__title">Вернуться</div> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
{% if has_full_access %} |
|
|
|
{% if has_full_access %} |
|
|
|
<a class="go__btn btn btn_stroke" href="{% url 'course_edit' course.id %}">Редактировать</a> |
|
|
|
<a class="go__btn btn btn_light-gray" href="{% url 'course_edit' course.id %}">Редактировать</a> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
{% if course.author != request.user and not paid and course.price %} |
|
|
|
{% if course.author != request.user and not paid and course.price %} |
|
|
|
<a href="#" |
|
|
|
<a href="#" |
|
|
|
|