remotes/origin/hotfix/LIL-661
nikita 7 years ago
parent 3779e7b759
commit 8ea56da114
  1. 2
      apps/course/templates/course/lesson.html
  2. 2
      apps/school/templates/school/livelesson_detail.html

@ -36,7 +36,7 @@
</div>
<div>
<div class="lesson__subtitle subtitle">{{ lesson.title }}</div>
<div class="lesson__content">{{ lesson.short_description }}</div>
<div class="lesson__content">{{ lesson.short_description | linebreaks }}</div>
<a href="{% url 'user' lesson.author.id %}">
<div class="lesson__user user">
{% if lesson.author.photo %}

@ -7,7 +7,7 @@
<div class="section__center center center_sm">
<div class="lesson">
<div class="lesson__subtitle subtitle">{{ livelesson.title }}</div>
<div class="lesson__content">{{ livelesson.short_description }}</div>
<div class="lesson__content">{{ livelesson.short_description | linebreaks }}</div>
<div class="lesson__video video">
{% if livelesson.stream_index %}
<iframe class="lesson__video_frame" src="https://player.vimeo.com/video/{{ livelesson.stream_index }}?autoplay=1" frameborder="0" webkitallowfullscreen

Loading…
Cancel
Save