fix: card imqge not visible for courses

This commit is contained in:
Shivam Mishra 2019-06-12 15:16:26 +05:30
parent 278ef4bf73
commit 8af1e87e83

View File

@ -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>