X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/0300c67b09d2d26318a8df1f8c5a92d1b2589db1..9c42ef76e42e997b52c8b02eae058e345d103d80:/apps/wiki/templates/wiki/book_detail.html diff --git a/apps/wiki/templates/wiki/book_detail.html b/apps/wiki/templates/wiki/book_detail.html index f30ed363..0a03d8be 100755 --- a/apps/wiki/templates/wiki/book_detail.html +++ b/apps/wiki/templates/wiki/book_detail.html @@ -6,8 +6,8 @@

{{ book.title }}

- {% for chunk in book.chunk_set.all %} - {{ chunk.comment }}
+ {% for chunk in book %} + {{ chunk.comment }}
{% endfor %}