Merge branch 'master' of git@github.com:fnp/wolnelektury
[wolnelektury.git] / wolnelektury / templates / catalogue / book_detail.html
index 676cc0b..125b9bb 100644 (file)
                     {% for tag in categories.genre %}
                     <a href="{{ tag.get_absolute_url }}">{{ tag }}</a>{% if not forloop.last %}, {% endif %}
                     {% endfor %}
-                </li>
+                </li>              
             </ul>
             <h2>{% trans "Other resources" %}</h2>
             <ul>
                 <li><a href="{{ book.wiki_link }}">{% trans "Book description on Wikipedia" %}</a></li>
                 {% endif %}
             </ul>
+            <p><a href="{{ book.xml_file.url }}">{% trans "View XML source" %}</a></p>
         </div>
         <div id="themes-list">
             <h2>{% trans "Work's themes " %}</h2>