Skip to content
Snippets Groups Projects
Verified Commit 8313692e authored by TheJoeCoder's avatar TheJoeCoder
Browse files

Private books you can access

parent c037ff71
Branches
No related tags found
No related merge requests found
......@@ -12,5 +12,11 @@
</p>
</div>
<br>
<h2 class="subtitle">Public Books</h2>
{% include "reader/book_list_widget.html" with books=books %}
{% if books_private %}
<h2 class="subtitle">Private Books You Can Access</h2>
{% include "reader/book_list_widget.html" with books=books_private %}
{% endif %}
{% endblock %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment