change in multilingual
[wolnelektury.git] / wolnelektury / templates / catalogue / book_short.html
index 1b64666..9800a0c 100644 (file)
         <div class="tags">
             {% spaceless %}
 
-            <span class="mono">{% trans "Epoch" %}:&nbsp;</span>
-            <span class="book-box-tag">
+            <span class="mono">{% trans "Epoch" %}:</span>&nbsp;<span class="book-box-tag">
                 {% for tag in tags.epoch %}
                     <a href="{{ tag.get_absolute_url }}">{{ tag.name }} </a>
                 {% endfor %}
             </span>
 
-            <span class="mono">{% trans "Kind" %}:&nbsp;</span>
-            <span class="book-box-tag">
+            <span class="mono">{% trans "Kind" %}:</span>&nbsp;<span class="book-box-tag">
                 {% for tag in tags.kind %}
                     <a href="{{ tag.get_absolute_url }}">{{ tag.name }} </a>
                 {% endfor %}
             </span>
 
-            <span class="mono">{% trans "Genre" %}:&nbsp;</span>
-            <span class="book-box-tag">
+            <span class="mono">{% trans "Genre" %}:</span>&nbsp;<span class="book-box-tag">
                 {% for tag in tags.genre %}
                     <a href="{{ tag.get_absolute_url }}">{{ tag.name }} </a>
                 {% endfor %}
@@ -52,7 +49,7 @@
     <ul class="book-box-tools">
         <li class="book-box-read">
         {% if book.html_file %}
-            <a href="" class="mono">{% trans "Read online" %}</a>
+            <a href="{% url book_text book.slug %}" class="mono">{% trans "Read online" %}</a>
         {% endif %}
         </li>
         <li class="book-box-download">
@@ -63,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>