fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge remote branch 'klitynski/master'
[wolnelektury.git]
/
wolnelektury
/
templates
/
catalogue
/
book_detail.html
diff --git
a/wolnelektury/templates/catalogue/book_detail.html
b/wolnelektury/templates/catalogue/book_detail.html
index
b9faea6
..
cb5dee0
100644
(file)
--- a/
wolnelektury/templates/catalogue/book_detail.html
+++ b/
wolnelektury/templates/catalogue/book_detail.html
@@
-13,6
+13,15
@@
</form>
<div id="books-list">
</form>
<div id="books-list">
+ {% if parents %}
+ <div id='breadcrumbs'>
+ {% for parent in parents %}
+ <a href="{{ parent.get_absolute_url }}">{{ parent }}</a>
+ {% if not forloop.last %}»{% endif %}
+ {% endfor %}
+ </div>
+ {% endif %}
+
{% if extra_info.license %}
<p>{% trans "Work is licensed under " %} <a href="{{ extra_info.license }}">{{ extra_info.license_description }}</a>.</p>
{% endif %}
{% if extra_info.license %}
<p>{% trans "Work is licensed under " %} <a href="{{ extra_info.license }}">{{ extra_info.license_description }}</a>.</p>
{% endif %}