X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6cc5df1faff7c600d0cf4b4174621eca99e86354..d006c3ee8a6305e89f723cb6d84497817ae2050c:/wolnelektury/templates/pdcounter/author_detail.html diff --git a/wolnelektury/templates/pdcounter/author_detail.html b/wolnelektury/templates/pdcounter/author_detail.html index aa5171817..3810a4578 100644 --- a/wolnelektury/templates/pdcounter/author_detail.html +++ b/wolnelektury/templates/pdcounter/author_detail.html @@ -1,16 +1,17 @@ {% extends "base.html" %} {% load i18n %} -{% block titleextra %}:: {{ author.name }}{% endblock %} +{% block titleextra %}{{ author.name }}{% endblock %} {% block metadescription %}Licznik domeny publicznej: {{author.name}}.{% endblock %} {% block bodyid %}author-detail{% endblock %} {% block body %} -

{{ author.name }}

-
+
+

{{ author.name }}

+
{% if author.has_description %}
{{ author.description|safe }}
@@ -46,8 +47,9 @@ {% endif %} {% include "info/join_us.html" %}
+
-
+
{% include "publishing_suggest.html" %}
{% endblock %}