Skip to content

Commit 128bf30

Browse files
committed
Fixed icon path
1 parent eef4d15 commit 128bf30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/books/book_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="large-3 columns">
55
<img src="{% if book.cover %}{{ book.cover.url }}{% endif %}" alt="">
66
{% if book.is_open_access %}
7-
<img src="{% static 'media/books/oa.png' %}" alt="Open Access Logo" style="padding: 30px; padding-bottom: 0;">
7+
<img src="/media/books/oa.png" alt="Open Access Logo" style="padding: 30px; padding-bottom: 0;">
88
{% endif %}
99
{% if not books %}<p><a href="{% url 'books_index' %}"><i class="fa fa-arrow-left">&nbsp;</i>Back to Listing</a></p>{% endif %}
1010
</div>

0 commit comments

Comments
 (0)