remotes/origin/feature/end-video-popup-28-05-19
commit
85a4defe96
3 changed files with 6 additions and 6 deletions
@ -1,10 +1,10 @@ |
|||||||
<div class="section section_video"> |
<div class="section section_video"> |
||||||
<div class="section__center center center_sm" style="text-align: center;"> |
<div class="section__center center center_sm" style="text-align: center;"> |
||||||
<div class="title">Пробный урок</div> |
<div class="title">Пробный урок</div> |
||||||
<img class="main-video-preview js-video-modal" data-video-url="{{ config.MAIN_PAGE_VIDEO_URL }}" data-trial-lesson="1" |
<img class="main-video-preview js-video-modal" data-video-url="{{ config.MAIN_PAGE_VIDEO_URL|safe }}" data-trial-lesson="1" |
||||||
src="{{ config.MAIN_PAGE_VIDEO_PREVIEW_IMG.url }}"/> |
src="{{ config.MAIN_PAGE_VIDEO_PREVIEW_IMG.url }}"/> |
||||||
<a href="#" class="btn js-video-modal btn_stroke-black" style="margin: 20px;" |
<a href="#" class="btn js-video-modal btn_stroke-black" style="margin: 20px;" |
||||||
data-video-url="{{ config.MAIN_PAGE_VIDEO_URL }}" data-trial-lesson="1">Смотреть бесплатно</a> |
data-video-url="{{ config.MAIN_PAGE_VIDEO_URL|safe }}" data-trial-lesson="1">Смотреть бесплатно</a> |
||||||
<div>Много развивающих видео на нашем <a href="{{ config.SERVICE_YOUTUBE_URL }}">YouTube канале</a></div> |
<div>Много развивающих видео на нашем <a href="{{ config.SERVICE_YOUTUBE_URL|safe }}">YouTube канале</a></div> |
||||||
</div> |
</div> |
||||||
</div> |
</div> |
||||||
|
|||||||
Loading…
Reference in new issue