forked from mirrors/bookwyrm
Uses same alt text generation for books with no cover
This commit is contained in:
parent
e5bdb4b9d1
commit
b895059f03
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@
|
||||||
<div class="no-cover book-cover">
|
<div class="no-cover book-cover">
|
||||||
<img class="book-cover" src="/static/images/no_cover.jpg" alt="No cover">
|
<img class="book-cover" src="/static/images/no_cover.jpg" alt="No cover">
|
||||||
<div>
|
<div>
|
||||||
<p>{{ book.title }}</p>
|
<p>{{ book.alt_text }}</p>
|
||||||
<p>({{ book.edition_info }})</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue