We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef4d15 commit 128bf30Copy full SHA for 128bf30
templates/books/book_detail.html
@@ -4,7 +4,7 @@
4
<div class="large-3 columns">
5
<img src="{% if book.cover %}{{ book.cover.url }}{% endif %}" alt="">
6
{% if book.is_open_access %}
7
- <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;">
8
{% endif %}
9
{% if not books %}<p><a href="{% url 'books_index' %}"><i class="fa fa-arrow-left"> </i>Back to Listing</a></p>{% endif %}
10
</div>
0 commit comments