Fix role end-user -> admin

This commit is contained in:
Andrey Kovalev
2021-02-17 21:38:41 +03:00
parent bf69c870cd
commit 8ba662c0ca
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
<br>
{% if role == "engineer" %}
{% if role == "admin" %}
<a href="/work/hand_over">Сдать смену</a>
{% else %}
<a href="/work/become_engineer">Запросить права инженера</a>