瀏覽代碼

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