[videos] Fix typo in imdb static path

This commit is contained in:
2024-03-25 15:43:07 -04:00
parent 77cf67ea09
commit 22f5d288d4

View File

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