<div class="artist__item">
<div class="artist__item__inner">
<a href="{% url 'festival-artist-detail' artist.slug %}" class="artist__item__inner">
- <img src="{% if artist.photo %}{{ MEDIA_URL }}/{{ artist.photo }}{% elif artist.photo_featured %}{{ MEDIA_URL }}/{{ artist.photo_featured }}{% else %}{% endif %}" alt="Portrait {{ artist.name }}">
+ <img src="{% if artist.photo_featured %}{{ MEDIA_URL }}/{{ artist.photo_featured }}{% elif artist.photo %}{{ MEDIA_URL }}/{{ artist.photo }}{% else %}{% endif %}" alt="Portrait {{ artist.name }}">
+ <p>{{ artist.photo_credits }}</p>
<h3 class="artist__item__name">
<span>
{{ artist.name }}
{% for event in events %}
<li class="hero__slider__item" style="background-image: url({{ event.featured_image_header.url }});">
<div class="container">
- <button>Content here !</button>
+ <button></button>
</div>
</li>
{% endfor %}