Merge branch 'Debug'

This commit is contained in:
2024-11-05 22:50:29 +03:00
13 changed files with 43 additions and 49 deletions

View File

@@ -11,6 +11,7 @@
<a href="{{ url_for('logout') }}"><button>Выход</button></a>
</div>
<h1>Здравствуйте, {{ ses['login'] }}!</h1>
<h2> Ваша роль: {{ ses['role'] }}</h2>
{% if ses['access_user'] == 'in' %}
<!-- Not implemented -->
<nav class="menu">
@@ -20,7 +21,6 @@
{% else %}
<nav class="menu">
<!-- Not implemented -->
<!-- <a href="{{ url_for('requests_bp.requests') }}"><button>Запросы</button></a> -->
<a href="{{ url_for('waybill_bp.waybill') }}"><button>Новая накладная</button></a>
</nav>
{% endif %}