diff --git a/vrobbler/templates/videos/video_detail.html b/vrobbler/templates/videos/video_detail.html index b44b612..e47285a 100644 --- a/vrobbler/templates/videos/video_detail.html +++ b/vrobbler/templates/videos/video_detail.html @@ -57,6 +57,7 @@ dd {
{% if object.imdb_rating %}
{{object.imdb_rating}}
{% endif %} + {% if object.tmdb_rating %}
{{object.tmdb_rating}}
{% endif %}