fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
display fixes
[wolnelektury.git]
/
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
6e77a78
..
f76edd1
100644
(file)
--- 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 %}
{% block bodyid %}book-stub-detail{% endblock %}
{% block body %}
+ <div class="left-column">
<h1>{{ book.author }}, {{ book.title }}</h1>
<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 %}
{% 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>
{% 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 %}
{% include "publishing_suggest.html" %}
</div>
{% endblock %}