소스 검색

[videos] Fix typo in imdb static path

Colin Powell 1 년 전
부모
커밋
22f5d288d4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      vrobbler/templates/videos/video_detail.html

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