Colin Powell 2 лет назад
Родитель
Сommit
856546b633
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      vrobbler/templates/videogames/videogame_detail.html

+ 2 - 2
vrobbler/templates/videogames/videogame_detail.html

@@ -38,8 +38,8 @@
         <hr />
         {% endif %}
         <p style="float:right;">
-            <a href="{{object.igdb_link}}"><img src="{% static " images/igdb-logo.png" %}" width=35></a>
-            <a href="{{object.hltb_link}}"><img style="background: black;" src="{% static " images/hltb.webp" %}" width=35></a>
+            <a href="{{object.igdb_link}}"><img src="{% static "images/igdb-logo.png" %}" width=35></a>
+            <a href="{{object.hltb_link}}"><img style="background: black;" src="{% static "images/hltb.webp" %}" width=35></a>
         </p>
     </div>
 </div>