From 333ae46e7978a0f8bc176bb9b19eff7a4bd00c27 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 29 Feb 2016 16:47:11 +0100 Subject: [PATCH] align photo --- .../templates/festival/artist_detail.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) 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 %} -- 2.39.5