fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
small cite box font size fix
[wolnelektury.git]
/
wolnelektury
/
templates
/
pdcounter
/
author_detail.html
diff --git
a/wolnelektury/templates/pdcounter/author_detail.html
b/wolnelektury/templates/pdcounter/author_detail.html
index
aa51718
..
3810a45
100644
(file)
--- a/
wolnelektury/templates/pdcounter/author_detail.html
+++ b/
wolnelektury/templates/pdcounter/author_detail.html
@@
-1,16
+1,17
@@
{% extends "base.html" %}
{% load i18n %}
{% 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 %}
{% block metadescription %}Licznik domeny publicznej: {{author.name}}.{% endblock %}
{% block bodyid %}author-detail{% endblock %}
{% block body %}
- <h1>{{ author.name }}</h1>
- <div id="books-list">
+ <div class="left-column">
+ <h1>{{ author.name }}</h1>
+ <div class="normal-text white-box">
{% if author.has_description %}
<div id="description">
<div id='description-long'>{{ author.description|safe }}</div>
{% if author.has_description %}
<div id="description">
<div id='description-long'>{{ author.description|safe }}</div>
@@
-46,8
+47,9
@@
{% endif %}
{% include "info/join_us.html" %}
</div>
{% endif %}
{% include "info/join_us.html" %}
</div>
+ </div>
- <div class="
column-right
block-form">
+ <div class="
right-column
block-form">
{% include "publishing_suggest.html" %}
</div>
{% endblock %}
{% include "publishing_suggest.html" %}
</div>
{% endblock %}