ensure image from gallery is displayed

This commit is contained in:
Tobias Brunner 2025-07-07 17:30:10 +02:00
parent 444bfa339a
commit b3c1b00ae8
No known key found for this signature in database
13 changed files with 29 additions and 23 deletions

View file

@ -77,7 +77,7 @@
<div class="w-lg-34 bg-purple-50 rounded-16 p-24 d-flex flex-column">
<div class="d-flex align-items-center mb-24">
<div class="card__image mb-0">
{% if selected_offering.service.logo %}
{% if selected_offering.service.get_logo %}
<img class="img-fluid" src="{{ selected_offering.service.get_logo.url }}" alt="Service Logo">
{% endif %}
</div>