diff --git a/vrobbler/templates/music/artist_detail.html b/vrobbler/templates/music/artist_detail.html index bbc117f..586bab1 100644 --- a/vrobbler/templates/music/artist_detail.html +++ b/vrobbler/templates/music/artist_detail.html @@ -18,8 +18,10 @@ {% endif %} {% endif %}
+ {% if artist.biography %}

{{artist.biography|safe|linebreaks|truncatewords:160}}


+ {% endif %}

Musicbrainz