]> git.parisson.com Git - mezzo.git/commitdiff
bugfix
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 4 Mar 2016 15:27:53 +0000 (16:27 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 4 Mar 2016 15:27:53 +0000 (16:27 +0100)
app/festival/templates/festival/artist_detail.html

index c19fddad29b1df948fdd252415625b548dffeaeb..15263365ce66733f26c8a188f623a9c2b6e6a88b 100644 (file)
@@ -10,7 +10,7 @@
 <div class="artist__detail">
  <p>
   {% if artist.photo %}
-   <img class="artist__portrait{% if artist.photo_alignment == 'left' %}--left{% elif artist.photo_alignment == 'right' %}--right{% else %}--center{% endif %}" src="{{ MEDIA_URL }}/{% if artist.photo_featured }{{ artist.photo_featured }}{% else %}{{ artist.photo }}{% endif %}" />
+   <img class="artist__portrait{% if artist.photo_alignment == 'left' %}--left{% elif artist.photo_alignment == 'right' %}--right{% else %}--center{% endif %}" src="{{ MEDIA_URL }}/{% if artist.photo_featured %}{{ artist.photo_featured }}{% else %}{{ artist.photo }}{% endif %}" />
   {% endif %}
   {{ artist.bio|safe }}
   <br style="clear: both;" />