From 0e5d2336c7c6357e09c9572186cc7b4bb937f102 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Fri, 13 Aug 2010 09:39:31 +0200 Subject: [PATCH 1/1] space in license info --- wolnelektury/templates/catalogue/book_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 4a8a9313c..b9faea6fb 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -14,7 +14,7 @@
{% if extra_info.license %} -

{% trans "Work is licensed under " %}{{ extra_info.license_description }}.

+

{% trans "Work is licensed under " %} {{ extra_info.license_description }}.

{% endif %}

{% trans "Based on" %}: {{ extra_info.source_name }}

{% if book.has_description %} -- 2.20.1