X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/dea27f4e683e78d64d7841489ac1059e6a7d98c9..2bf5eaca680da6ebd22e6fd799a9a5d68206f0b8:/wolnelektury/templates/pdcounter/author_detail.html diff --git a/wolnelektury/templates/pdcounter/author_detail.html b/wolnelektury/templates/pdcounter/author_detail.html index e12683516..7cdcf2abd 100644 --- a/wolnelektury/templates/pdcounter/author_detail.html +++ b/wolnelektury/templates/pdcounter/author_detail.html @@ -1,15 +1,14 @@ {% 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 %} {% block bodyid %}author-detail{% endblock %} {% block body %}

{{ author.name }}

-
-

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

-
{% if author.has_description %} @@ -40,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 %} @@ -48,10 +47,7 @@ {% include "info/join_us.html" %}
-
-
{% trans "Close" %}
-
-

* {% trans "Loading" %}

-
+
+ {% include "publishing_suggest.html" %}
-{% endblock %} \ No newline at end of file +{% endblock %}