X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f293bf6e6217d2277d11b65fdb63bc35badc8e68..6cc5df1faff7c600d0cf4b4174621eca99e86354:/wolnelektury/templates/pdcounter/author_detail.html?ds=sidebyside diff --git a/wolnelektury/templates/pdcounter/author_detail.html b/wolnelektury/templates/pdcounter/author_detail.html index 1fd0985e3..aa5171817 100644 --- a/wolnelektury/templates/pdcounter/author_detail.html +++ b/wolnelektury/templates/pdcounter/author_detail.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% load i18n %} -{% block title %}{{ author.name }} w WolneLektury.pl{% endblock %} +{% block titleextra %}:: {{ author.name }}{% endblock %} {% block metadescription %}Licznik domeny publicznej: {{author.name}}.{% endblock %} @@ -9,9 +9,6 @@ {% block body %}

{{ author.name }}

-
-

{{ form.q }} {% trans "or" %} {% trans "return to main page" %}

-
{% if author.has_description %} @@ -42,7 +39,7 @@ {% else %}

{% trans "This author's works will become part of public domain and will be allowed to be published without restrictions in" %}

- {% include "pdcounter/pd_counter.html" %} +

{% trans "Find out why Internet libraries can't publish this author's works." %}

{% endif %}