Объявление о доработке

This commit is contained in:
Andrei 2022-06-19 21:00:19 +05:00
parent e8c0f940b8
commit 1713115adf

View File

@ -21,6 +21,7 @@
}
}
</style>
<link href="sidebars.css" rel="stylesheet">
<link rel="stylesheet"
@ -34,6 +35,9 @@
<title>{{title}}</title>
</head>
<body style=background-color:#f0ffff>
<div class="alert alert-danger" role="alert">
<h4 style="text-align:center;">Сайт находится на доработке и может работать некорректно :)</h4>
</div>
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="bootstrap" viewBox="0 0 118 94">
<title>Bootstrap</title>
@ -105,8 +109,8 @@
{% if current_user.is_authenticated %}
<a href="/profile" class="nav-link py-3 border-bottom" title="Профиль" data-bs-toggle="tooltip"
data-bs-placement="right">
<img src="../{{ current_user.photo }}" width="35" height="35"
style="border-radius: 50%;">
<img src="../{{ current_user.photo }}" width="35" height="35"
style="border-radius: 50%;">
</a>
{% else %}
<a href="/login" class="nav-link py-3 border-bottom" title="Профиль" data-bs-toggle="tooltip"