X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6cc5df1faff7c600d0cf4b4174621eca99e86354..fa684e7b11bba7f7fce1c0e7832b34d0b8593db4:/wolnelektury/templates/pdcounter/book_stub_detail.html diff --git a/wolnelektury/templates/pdcounter/book_stub_detail.html b/wolnelektury/templates/pdcounter/book_stub_detail.html index 30a691193..f76edd17a 100644 --- a/wolnelektury/templates/pdcounter/book_stub_detail.html +++ b/wolnelektury/templates/pdcounter/book_stub_detail.html @@ -1,16 +1,17 @@ {% extends "base.html" %} {% load i18n %} -{% block titleextra %}:: {{ book.title }}{% endblock %} +{% block titleextra %}{{ book.title }}{% endblock %} {% block metadescription %}Licznik domeny publicznej: {{ book.title }}.{% endblock %} {% block bodyid %}book-stub-detail{% endblock %} {% block body %} +

{{ book.author }}, {{ book.title }}

+
-
{% if book.in_pd %}

{% trans "This work is in public domain and will be published on Internet school library of Wolne Lektury soon." %}

{% else %} @@ -25,8 +26,9 @@ {% endif %} {% include "info/join_us.html" %}
+
-
+
{% include "publishing_suggest.html" %}
{% endblock %}