[videos] Add youtube link to detail page

This commit is contained in:
2025-11-17 16:30:40 -05:00
parent 050b2b9d77
commit 4b9b785e50
2 changed files with 7 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -66,9 +66,16 @@ dd {
{% if object.overview %}<p><em>{{object.overview}}</em></p>{% endif %}
{% if object.plot%}<p>{{object.plot|safe|linebreaks|truncatewords:160}}</p>{% endif %}
<hr />
{% if object.imdb_link %}
<p style="float:right;">
<a href="{{object.imdb_link}}"><img src="{% static "images/imdb_logo.png" %}" width=35></a>
</p>
{% endif %}
{% if object.youtube_link %}
<p style="float:right;">
<a href="{{object.youtube_link}}"><img src="{% static "images/youtube_logo.png" %}" width=35></a>
</p>
{% endif %}
</div>
<div class="deets">