parent
657453d444
commit
76d9932db1
@ -1,20 +1,24 @@ |
|||||||
{% for hot_course in hot_courses %} |
{% for hot_course in hot_courses %} |
||||||
{% if hot_course.extra_info.title %} |
{% if hot_course.extra_info.title %} |
||||||
<div class="col-md-4"> |
<div class="col-md-4"> |
||||||
<div class="thumbnail"> |
<div class="items-course"> |
||||||
<img src="{{ hot_course.extra_info.course_image_large }}" alt="{{ hot_course.extra_info.title|e }}"/> |
<div class="items-course-image"> |
||||||
|
<img class="image-responsive" src="{{ hot_course.extra_info.course_image_large }}" alt="{{ hot_course.extra_info.title|e }}"/> |
||||||
|
</div> |
||||||
</div> |
</div> |
||||||
<div class="categories-course-description"> |
<div class="items-course-info"> |
||||||
<div class="text-h3">{{ hot_course.extra_info.title}}</div> |
<h4 class="title">{{ hot_course.extra_info.title}}</h4> |
||||||
<div class="text-h5">{{ hot_course.extra_info.teachers }}</div> |
<div class="teachers">{{ hot_course.extra_info.teachers }}</div> |
||||||
{{ hot_course.extra_info.rating_html }} |
<div class="ranking"> |
||||||
|
{{ hot_course.extra_info.rating_html }} |
||||||
|
</div> |
||||||
|
<div class="toolbar"> |
||||||
|
{{ hot_course.extra_info.description_button }} |
||||||
|
{{ hot_course.extra_info.go_to_course_button }} |
||||||
|
{{ hot_course.extra_info.register_button }} |
||||||
|
{{ hot_course.extra_info.unsubscribe_button }} |
||||||
|
</div> |
||||||
</div> |
</div> |
||||||
<p> |
|
||||||
{{ hot_course.extra_info.description_button }} |
|
||||||
{{ hot_course.extra_info.go_to_course_button }} |
|
||||||
{{ hot_course.extra_info.register_button }} |
|
||||||
{{ hot_course.extra_info.unsubscribe_button }} |
|
||||||
</p> |
|
||||||
</div> |
</div> |
||||||
{% endif %} |
{% endif %} |
||||||
{% endfor %} |
{% endfor %} |
||||||
|
|||||||
Loading…
Reference in new issue