From: Guillaume Pellerin Date: Mon, 29 Feb 2016 15:47:11 +0000 (+0100) Subject: align photo X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=333ae46e7978a0f8bc176bb9b19eff7a4bd00c27;p=mezzo.git align photo --- diff --git a/app/festival/templates/festival/artist_detail.html b/app/festival/templates/festival/artist_detail.html index 4d4d0218..b883084d 100644 --- a/app/festival/templates/festival/artist_detail.html +++ b/app/festival/templates/festival/artist_detail.html @@ -9,15 +9,18 @@
- {{ artist.bio|safe }} - +

+ + {{ artist.bio|safe }} +
+

-

{% trans 'Events' %}

- {% for event in artist.events.all %} - {{ event.title }} - {% endfor %} +

{% trans 'Events' %}

+ {% for event in artist.events.all %} + {{ event.title }} + {% endfor %}
{% endblock %}