From fbb8f42993d02108b506028dc85466a0541be359 Mon Sep 17 00:00:00 2001
From: Radek Czajka
'
- description += '{}
'.format(
- wlbook.meta.url.slug,
- wlbook.meta.title
- )
+ if wlbook.meta.url is not None:
+ description += '{}
'.format(
+ wlbook.meta.url.slug,
+ wlbook.meta.title
+ )
if wlbook.meta.translators:
description += 'tÅum. ' + ', '.join(p.readable() for p in wlbook.meta.translators) + '
'
description += 'Epoka: ' + ', '.join(
diff --git a/src/documents/templates/documents/book_detail.html b/src/documents/templates/documents/book_detail.html
index a286302f..2d587349 100644
--- a/src/documents/templates/documents/book_detail.html
+++ b/src/documents/templates/documents/book_detail.html
@@ -122,7 +122,8 @@
{% trans "TXT version" %}
{% trans "PDF version" %}
{% trans "PDF version for mobiles" %}
- {% trans "EPUB version" %}
+ {% trans "EPUB version" %}
+ sprawdź
{% trans "MOBI version" %}