publication suggestions
[wolnelektury.git] / wolnelektury / templates / pdcounter / book_stub_detail.html
index 2537087..78b04d6 100644 (file)
@@ -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 %}
     {% 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 %}