Browse Source

[videos] Also fix it in series

Colin Powell 1 year ago
parent
commit
1f6a4956d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vrobbler/templates/videos/series_detail.html

+ 1 - 1
vrobbler/templates/videos/series_detail.html

@@ -40,7 +40,7 @@
         {% 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>
 </div>