X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3d1fb545dd1f49e0624d3adf20e5568b1c33d8ec..d006c3ee8a6305e89f723cb6d84497817ae2050c:/wolnelektury/templates/pdcounter/author_detail.html diff --git a/wolnelektury/templates/pdcounter/author_detail.html b/wolnelektury/templates/pdcounter/author_detail.html index 1fd0985e3..3810a4578 100644 --- a/wolnelektury/templates/pdcounter/author_detail.html +++ b/wolnelektury/templates/pdcounter/author_detail.html @@ -1,19 +1,17 @@ {% 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" %}

-
-
+
+

{{ author.name }}

+
{% if author.has_description %}
{{ author.description|safe }}
@@ -42,15 +40,16 @@ {% 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 %} {% endif %} {% include "info/join_us.html" %}
+
-
+
{% include "publishing_suggest.html" %}
{% endblock %}