return including flowbite.min.js

This commit is contained in:
SvyatoslavArtymovych 2023-04-26 17:48:45 +03:00
parent b3ea61b7b7
commit 8c6d07d3b1
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@
{% include 'book/add_book_modal.html' %} {% include 'book/add_book_modal.html' %}
<!-- prettier-ignore -->
<script src="{{ url_for('static', filename='js/flowbite.min.js') }}" defer></script>
<div class="p-0 mt-16 h-full overflow-x-scroll md:ml-64"> <div class="p-0 mt-16 h-full overflow-x-scroll md:ml-64">
<!-- Main Content --> <!-- Main Content -->
{% block content %}{% endblock %} {% block content %}{% endblock %}