Merge branch 'hotfix/LIL-724' into 'master'

LIL-724

Closes LIL-724

See merge request lilschool/site!256
remotes/origin/hotfix/course_bugs_30-01-19
Danil 7 years ago
commit 32ca08fb18
  1. 2
      apps/course/templates/course/course.html
  2. 2
      apps/course/templates/course/course_only_lessons.html

@ -29,7 +29,7 @@
<a class="go__item" href="{% if next %}{{next}}{% else %}{% url 'courses' %}{% endif %}">
<div class="go__arrow">
<svg class="icon icon-arrow-left">
<use xlink:href="{% static '/img/sprite.svg' %}#icon-arrow-left"></use>
<use xlink:href="{% static 'img/sprite.svg' %}#icon-arrow-left"></use>
</svg>
</div>
<div class="go__title">Вернуться</div>

@ -20,7 +20,7 @@
<a class="go__item" href="{% if next %}{{next}}{% else %}{% url 'courses' %}{% endif %}">
<div class="go__arrow">
<svg class="icon icon-arrow-left">
<use xlink:href="{% static '/img/sprite.svg' %}#icon-arrow-left"></use>
<use xlink:href="{% static 'img/sprite.svg' %}#icon-arrow-left"></use>
</svg>
</div>
<div class="go__title">Вернуться</div>

Loading…
Cancel
Save