fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Display audiobook project and sponsors info from metadata,
[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
2537087
..
78b04d6
100644
(file)
--- a/
wolnelektury/templates/pdcounter/book_stub_detail.html
+++ b/
wolnelektury/templates/pdcounter/book_stub_detail.html
@@
-3,6
+3,8
@@
{% block title %}{{ book.title }} w WolneLektury.pl{% endblock %}
{% block title %}{{ book.title }} w WolneLektury.pl{% endblock %}
+{% block metadescription %}Licznik domeny publicznej: {{ book.title }}.{% endblock %}
+
{% block bodyid %}book-stub-detail{% endblock %}
{% block body %}
{% block bodyid %}book-stub-detail{% endblock %}
{% block body %}
@@
-27,10
+29,7
@@
{% include "info/join_us.html" %}
</div>
{% include "info/join_us.html" %}
</div>
- <div id="set-window">
- <div class="header"><a href="#" class="jqmClose">{% trans "Close" %}</a></div>
- <div class="target">
- <p><img src="{{ STATIC_URL }}img/indicator.gif" alt="*"/> {% trans "Loading" %}</p>
- </div>
+ <div class="column-right block-form">
+ {% include "publishing_suggest.html" %}
</div>
</div>
-{% endblock %}
\ No newline at end of file
+{% endblock %}