Подгонка под описания
This commit is contained in:
@@ -33,8 +33,11 @@
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
{% if 'role' in ses and ses['access_user'] == 'internal_users'%}
|
||||
<h1 class="justify-content-center">Ваша роль: {{ ses['role'] }}</h1>
|
||||
{% endif %}
|
||||
<main class="flex-shrink-0">
|
||||
<div class="d-flex gap-2 justify-content-center py-5">
|
||||
<div class="d-flex gap-2 justify-content-center py-3">
|
||||
{% if 'role' not in ses %}
|
||||
<div class="text-center">
|
||||
<h2 class="fs-2 text-body-emphasis mb-4">Для доступа к функциям системы необходимо авторизоваться</h2>
|
||||
|
||||
Reference in New Issue
Block a user