fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
remove commas from sets' names
[wolnelektury.git]
/
wolnelektury
/
templates
/
catalogue
/
book_mini_box.html
diff --git
a/wolnelektury/templates/catalogue/book_mini_box.html
b/wolnelektury/templates/catalogue/book_mini_box.html
index
b7d78d7
..
830c08e
100755
(executable)
--- a/
wolnelektury/templates/catalogue/book_mini_box.html
+++ b/
wolnelektury/templates/catalogue/book_mini_box.html
@@
-3,7
+3,7
@@
<a href="{{ book.get_absolute_url }}">
{% if book.cover %}
<img src="
- {% thumbnail book.cover "
216x288
" as thumb %}
+ {% thumbnail book.cover "
139x193
" as thumb %}
{{ thumb.url }}
{% empty %}
{{ book.cover.url }}