fix favicon

This commit is contained in:
SvyatoslavArtymovych 2023-06-02 11:22:24 +03:00
parent 2e18863200
commit c0664ca027
11 changed files with 45 additions and 37 deletions

BIN
app/static/img/logo.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

File diff suppressed because one or more lines are too long

View File

@ -15,7 +15,8 @@
<link
rel="icon"
type="image/x-icon"
href="{{ url_for('static', filename='img/logo.svg') }}" />
href="{{ url_for('static', filename='img/logo.ico') }}"
/>
<!-- styles -->
<!-- prettier-ignore -->

View File

@ -97,6 +97,3 @@
{% include 'book/modals/add_book_modal.html' %}
<!-- prettier-ignore -->
{% endblock %}
<!-- prettier-ignore -->
{% block scripts %}
{% endblock %}

View File

@ -3,6 +3,11 @@
{% block right_sidebar %}
{% endblock %}
{% block title %}{{book.label[:32]}}{% endblock %}
{% block content %}
{% if current_user.is_authenticated %}
{% include 'book/modals/add_collection_modal.html' %}
{% include 'book/modals/delete_collection_modal.html' %}
@ -12,10 +17,6 @@
{% include 'book/modals/delete_section_modal.html' %}
{% endif %}
{% block title %}{{book.label[:32]}}{% endblock %}
{% block content %}
<div class="flex overflow-hidden">
<div
id="accordion-collapse"

View File

@ -1,6 +1,10 @@
<!-- prettier-ignore -->
{% extends 'base.html' %}
{% block title %}{{section.label}}{% endblock %}
{% block content %}
{% if current_user.is_authenticated %}
{% include 'book/modals/approve_interpretation_modal.html' %}
{% include 'book/modals/edit_interpretation_modal.html' %}
@ -9,9 +13,7 @@
{% endblock %}
{% endif %}
{% block title %}{{section.label}}{% endblock %}
{% block content %}
{% include 'book/breadcrumbs_navigation.html'%}
<div class="overflow-x-auto shadow-md sm:rounded-lg">
<!-- prettier-ignore -->

View File

@ -5,7 +5,8 @@
<form
id="delete_section_modal_form"
action="{{ url_for('book.section_delete', book_id=book.id, section_id=0) }}"
method="post" class="relative bg-white rounded-lg shadow dark:bg-gray-700">
method="post" class="relative bg-white rounded-lg shadow dark:bg-gray-700"
>
{{ form_hidden_tag() }}
<input type="hidden" name="section_id" id="delete_section_modal_section_id" value="" />

View File

@ -1,7 +1,9 @@
<!-- prettier-ignore -->
{% extends 'base.html' %}
{% block title %}{{ section.label[:32] }}{% endblock %}
{% block content %}
{% if current_user.is_authenticated %}
{% include 'book/modals/delete_comment_modal.html' %}
@ -10,9 +12,6 @@
{% endblock %}
{% endif %}
{% block title %}{{ section.label[:32] }}{% endblock %}
{% block content %}
{% include 'book/breadcrumbs_navigation.html'%}
<div class="shadow-md mt-5 h-auto overflow-x-hidden">
<div class="ql-snow mt-20">

View File

@ -1,13 +1,15 @@
<!-- prettier-ignore -->
{% extends 'base.html' %}
{% include 'book/modals/access_level_modal.html' %}
{% include 'book/modals/add_contributor_modal.html' %}
{% include 'book/modals/delete_book_modal.html' %}
{% block title %}Book Settings{% endblock %}
{% block content %}
{% include 'book/modals/access_level_modal.html' %}
{% include 'book/modals/add_contributor_modal.html' %}
{% include 'book/modals/delete_book_modal.html' %}
<!-- Hide right_sidebar -->
<!-- prettier-ignore -->
{% block right_sidebar %} {% endblock %}

View File

@ -1,10 +1,13 @@
<!-- prettier-ignore -->
{% extends 'base.html' %}
{% include 'user/delete_profile_modal.html' %}
{% block title %}Edit Profile{% endblock %}
{% block content %}
{% include 'user/delete_profile_modal.html' %}
<!-- component -->
<section>
<div class="w-full lg:w-4/12 px-4 mx-auto pt-6">

View File

@ -1,10 +1,12 @@
<!-- prettier-ignore -->
{% extends 'base.html' %}
{% include 'user/delete_profile_modal.html' %}
{% block title %}Reactivate Profile{% endblock %}
{% block content %}
{% include 'user/delete_profile_modal.html' %}
<!-- component -->
<section>
<div class="w-full lg:w-4/12 px-4 mx-auto pt-6">