BUG: Uploaded company logo not displayed
pavlo-myskov opened this issue · 0 comments
pavlo-myskov commented
Issue:
The uploaded company logo not displayed on the job card instead of default placeholder.
This issue does not occur on the detailed vacancy overview page.
Solution:
Change static
<img src="{% static 'images/company-placeholder.png' %}" class="img-thumbnail" alt="company logo" style="max-height: 80px;">
with cloudinary
{% cloudinary vacancy.employer.profile.logo style="max-height: 80px" class="img-thumbnail" alt="company logo" %}
on the Vacancy card templates/jobs/vacancy_card.html
, row: 56