merge player changes and detail page + search
[wolnelektury.git] / wolnelektury / templates / catalogue / book_short.html
index 5a9b17d..1c3a742 100644 (file)
@@ -73,7 +73,7 @@
         </li>
         <li class="book-box-audiobook">
         {% if book.has_mp3_file %}
-            <a href="" class="mono downarrow">{% trans "Audiobook" %}</a>
+            <a href="{% url book_player book.slug %}" class="open-player mono downarrow">{% trans "Listen" %}</a>
         {% endif %}
         </li>
     </ul>