fix: card imqge not visible for courses
This commit is contained in:
parent
278ef4bf73
commit
8af1e87e83
@ -45,7 +45,7 @@
|
||||
<div onclick="show_singup()">
|
||||
{% endif %}
|
||||
{% if topic.hero_image %}
|
||||
<div class="card-hero-img" style="background-image: url('{{ topic.hero_image }})'"></div>
|
||||
<div class="card-hero-img" style="background-image: url('{{ topic.hero_image }}')"></div>
|
||||
{% else %}
|
||||
<div class="card-image-wrapper text-center">
|
||||
<div class="image-body"><i class="fa fa-picture-o" aria-hidden="true"></i></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user