Skip to content

Commit

Permalink
Fixed icon path
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrbyers committed Jun 24, 2019
1 parent eef4d15 commit 128bf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/books/book_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="large-3 columns">
<img src="{% if book.cover %}{{ book.cover.url }}{% endif %}" alt="">
{% if book.is_open_access %}
<img src="{% static 'media/books/oa.png' %}" alt="Open Access Logo" style="padding: 30px; padding-bottom: 0;">
<img src="/media/books/oa.png" alt="Open Access Logo" style="padding: 30px; padding-bottom: 0;">
{% endif %}
{% if not books %}<p><a href="{% url 'books_index' %}"><i class="fa fa-arrow-left">&nbsp;</i>Back to Listing</a></p>{% endif %}
</div>
Expand Down

0 comments on commit 128bf30

Please sign in to comment.