LIL-517 fixed

remotes/origin/feature/effective_amount
nikita 8 years ago
parent 3db62c1734
commit 5a7c465a84
  1. 2
      apps/course/templates/course/lesson.html

@ -7,7 +7,7 @@
<div class="section" style="margin-bottom:0;padding-bottom:0">
<div class="section__center center center_sm">
<div class="go">
<a class="go__item" href="{% if next %}{{next}}{% else %}{% url 'course' lesson.course.id %}{% endif %}">
<a class="go__item" href="{% if next %}{{next}}{% else %}{% url 'course-only-lessons' lesson.course.id %}{% endif %}">
<div class="go__arrow">
<svg class="icon icon-arrow-left">
<use xlink:href="{% static 'img/sprite.svg' %}#icon-arrow-left"></use>

Loading…
Cancel
Save