diff --git a/templates/frontend/video.html b/templates/frontend/video.html index b6afe97..8679ec7 100644 --- a/templates/frontend/video.html +++ b/templates/frontend/video.html @@ -15,6 +15,14 @@

{{object.description|linebreaksbr}}

+ {% if object.playlist_set.all %} +
Part of Playlists + {% for playlist in object.playlist_set.all %} + {{playlist.title}} + {% endfor %} +
+
+ {% endif %}
Tags {% for tag in object.tags %} {{tag}}