forked from mirrors/bookwyrm
Change img_path to external_path
This commit is contained in:
parent
c1456ce853
commit
dc49432322
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{% load i18n %}
|
||||
<div class="columns is-mobile is-gapless">
|
||||
<div class="column is-cover">
|
||||
{% include 'snippets/book_cover.html' with book=result cover_class='is-w-xs is-h-xs' img_path=false %}
|
||||
{% include 'snippets/book_cover.html' with book=result cover_class='is-w-xs is-h-xs' external_path=True %}
|
||||
</div>
|
||||
|
||||
<div class="column is-10 ml-3">
|
||||
|
|
Loading…
Reference in a new issue