X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/7dee009f056f7d802ed487b9b77698d54309f4da..a0ce0b15a412e4bc325470c1801968b8bdd1c7ec:/librarian/text.py diff --git a/librarian/text.py b/librarian/text.py index 3cd7313..4064849 100644 --- a/librarian/text.py +++ b/librarian/text.py @@ -60,7 +60,7 @@ def transform(wldoc, flags=None, **options): license_description = parsed_dc.license_description license = parsed_dc.license if license: - license_description = u"Ten utwór jest udostepniony na licencji %s: \n%s" % ( + license_description = u"Ten utwór jest udostępniony na licencji %s: \n%s" % ( license_description, license) else: license_description = u"Ten utwór nie jest objęty majątkowym prawem autorskim i znajduje się " \ @@ -85,7 +85,7 @@ def transform(wldoc, flags=None, **options): if funders: funders = u"\n\nPublikację wsparli i wsparły: %s." % funders publisher = '\n\nWydawca: ' + ', '.join(parsed_dc.publisher) - isbn = getattr(parsed_dc, 'isbn_html', None) + isbn = getattr(parsed_dc, 'isbn_txt', None) if isbn: isbn = '\n\n' + isbn else: