diff --git a/vrobbler/apps/scrobbles/static/images/youtube_logo.png b/vrobbler/apps/scrobbles/static/images/youtube_logo.png new file mode 100644 index 0000000..8894d61 Binary files /dev/null and b/vrobbler/apps/scrobbles/static/images/youtube_logo.png differ diff --git a/vrobbler/templates/videos/video_detail.html b/vrobbler/templates/videos/video_detail.html index caf3926..1fb6ac7 100644 --- a/vrobbler/templates/videos/video_detail.html +++ b/vrobbler/templates/videos/video_detail.html @@ -66,9 +66,16 @@ dd { {% if object.overview %}

{{object.overview}}

{% endif %} {% if object.plot%}

{{object.plot|safe|linebreaks|truncatewords:160}}

{% endif %}
+ {% if object.imdb_link %}

+ {% endif %} + {% if object.youtube_link %} +

+ +

+ {% endif %}