Ver Fonte

[videoss] Finally add IMDB logo

Colin Powell há 1 ano atrás
pai
commit
77cf67ea09

BIN
vrobbler/apps/scrobbles/static/images/imdb_logo.png


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

@@ -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>