forgotten template
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 16 Aug 2012 15:44:50 +0000 (17:44 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 16 Aug 2012 15:45:59 +0000 (17:45 +0200)
apps/catalogue/templates/catalogue/book_text.html

index d2d5d33..bfe666f 100644 (file)
@@ -46,6 +46,9 @@
             {% if book.mobi_file %}
             <li><a href="{{ book.mobi_file.url}}">MOBI</a> {% trans "for Kindle" %}</li>
             {% endif %}
             {% if book.mobi_file %}
             <li><a href="{{ book.mobi_file.url}}">MOBI</a> {% trans "for Kindle" %}</li>
             {% endif %}
+            {% if  book.fb2_file %}
+            <li><a href="{{ book.fb2_file.url}}">FB2</a> {% trans "FictionBook" %}</li>
+            {% endif %}
             {% if book.txt_file %}
             <li><a href="{{ book.txt_file.url}}">TXT</a> {% trans "for advanced usage" %}</li>
             {% endif %}
             {% if book.txt_file %}
             <li><a href="{{ book.txt_file.url}}">TXT</a> {% trans "for advanced usage" %}</li>
             {% endif %}