X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f59e7c3de6bd0f85a61a4d9481db60cd7369ae92..7e2ea2c03744c957fec412ccb09e6f285b3d9623:/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 6e77a7865..f76edd17a 100644 --- a/wolnelektury/templates/pdcounter/book_stub_detail.html +++ b/wolnelektury/templates/pdcounter/book_stub_detail.html @@ -8,9 +8,10 @@ {% block bodyid %}book-stub-detail{% endblock %} {% block body %} + <div class="left-column"> <h1>{{ book.author }}, {{ book.title }}</h1> + <div class="normal-text white-box"> - <div id="books-list"> {% if book.in_pd %} <p>{% trans "This work is in public domain and will be published on Internet school library of Wolne Lektury soon." %}</p> {% else %} @@ -25,8 +26,9 @@ {% endif %} {% include "info/join_us.html" %} </div> + </div> - <div class="column-right block-form"> + <div class="right-column block-form"> {% include "publishing_suggest.html" %} </div> {% endblock %}