books > book

This commit is contained in:
SvyatoslavArtymovych 2023-04-24 11:33:34 +03:00
parent 487046081e
commit 2c4f16ef28
3 changed files with 2 additions and 2 deletions

View File

@ -68,14 +68,14 @@
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% endwith %} {% endwith %}
{% block body %} {% block body %}
<!-- SideBar --> <!-- SideBar -->
<!-- prettier-ignore --> <!-- prettier-ignore -->
{% include 'sidebar.html' %} {% include 'sidebar.html' %}
{% include 'right_sidebar.html' %} {% include 'right_sidebar.html' %}
{% include 'books/add_book_modal.html' %} {% include 'book/add_book_modal.html' %}
<div class="sm:mx-64 p-0 mt-16 h-full overflow-x-scroll"> <div class="sm:mx-64 p-0 mt-16 h-full overflow-x-scroll">
<!-- Main Content --> <!-- Main Content -->