X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/dea27f4e683e78d64d7841489ac1059e6a7d98c9..caa181b84317f5fb029688c3116d71bb2bc7cdeb:/wolnelektury/templates/pdcounter/book_stub_detail.html?ds=sidebyside

diff --git a/wolnelektury/templates/pdcounter/book_stub_detail.html b/wolnelektury/templates/pdcounter/book_stub_detail.html
index 253708709..78b04d60f 100644
--- 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 metadescription %}Licznik domeny publicznej: {{ book.title }}.{% endblock %}
+
 {% block bodyid %}book-stub-detail{% endblock %}
 
 {% block body %}
@@ -27,10 +29,7 @@
     {% 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>
-{% endblock %}
\ No newline at end of file
+{% endblock %}