fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
jplayer
[wolnelektury.git]
/
wolnelektury
/
templates
/
catalogue
/
book_short.html
diff --git
a/wolnelektury/templates/catalogue/book_short.html
b/wolnelektury/templates/catalogue/book_short.html
index
c80efff
..
5557126
100644
(file)
--- a/
wolnelektury/templates/catalogue/book_short.html
+++ b/
wolnelektury/templates/catalogue/book_short.html
@@
-60,7
+60,7
@@
</li>
<li class="book-box-audiobook">
{% if book.has_mp3_file %}
- <a href="
" class="mono">{% trans "Audiobook
" %}</a>
+ <a href="
{% url book_player book.slug %}" class="open-player mono">{% trans "Listen
" %}</a>
{% endif %}
</li>
</ul>