<p>
{% if artist.photo %}
<figure class="artist__figure img__align{% if artist.photo_alignment == 'left' %}--left{% elif artist.photo_alignment == 'right' %}--right{% else %}--center{% endif %}">
- <img src="{{ MEDIA_URL }}/{% if artist.photo_featured %}{{ artist.photo_featured }}{% else %}{{ artist.photo }}{% endif %}" />
+ <img src="{% if artist.photo_featured %}{{ artist.photo_featured.url }}{% else %}{{ artist.photo.url }}{% endif %}" />
<figcaption class="artist__figure__copyright">
{{ artist.photo_credits }}
</figcaption>
<div class="artist__item__inner">
<a href="{% url 'festival-artist-detail' artist.slug %}" class="artist__item__inner">
<figure class="artist__item__img">
- <img src="{% if artist.photo_featured %}{{ MEDIA_URL }}/{{ artist.photo_featured }}{% elif artist.photo %}{{ MEDIA_URL }}/{{ artist.photo }}{% else %}{% endif %}" alt="Portrait {{ artist.name }}">
+ <img src="{% if artist.photo_featured %}{{ artist.photo_featured.url }}{% elif artist.photo %}/{{ artist.photo.url }}{% else %}{% endif %}" alt="Portrait {{ artist.name }}">
</figure>
<h3 class="artist__item__name">
<span>
<div class="artist__item__inner">
<a href="{% url 'blog_post_detail' post.slug %}" class="artist__item__inner">
<figure class="artist__item__img">
- <img src="{{ MEDIA_URL }}/{{ post.photo_featured }}" alt="Article: {{ post.title }}">
+ <img src="{{ post.featured_image.url }}" alt="Article: {{ post.title }}">
</figure>
<h3 class="artist__item__name">
<span>