X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9deab73593038a6b11d39f65e3a81c41fc2b13f9..baa59549fe58affd61a31bac8642e56a227fd643:/wolnelektury/templates/pdcounter/author_detail.html?ds=inline diff --git a/wolnelektury/templates/pdcounter/author_detail.html b/wolnelektury/templates/pdcounter/author_detail.html index e12683516..1fd0985e3 100644 --- a/wolnelektury/templates/pdcounter/author_detail.html +++ b/wolnelektury/templates/pdcounter/author_detail.html @@ -3,6 +3,8 @@ {% block title %}{{ author.name }} w WolneLektury.pl{% endblock %} +{% block metadescription %}Licznik domeny publicznej: {{author.name}}.{% endblock %} + {% block bodyid %}author-detail{% endblock %} {% block body %} @@ -48,10 +50,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 %}