diff --git a/vrobbler/templates/videos/video_detail.html b/vrobbler/templates/videos/video_detail.html index 1fb6ac7..13bdad4 100644 --- a/vrobbler/templates/videos/video_detail.html +++ b/vrobbler/templates/videos/video_detail.html @@ -66,12 +66,12 @@ dd { {% if object.overview %}
{{object.overview}}
{% endif %} {% if object.plot%}{{object.plot|safe|linebreaks|truncatewords:160}}
{% endif %}