Создали планирование
All checks were successful
Deploy MES Core / deploy (push) Successful in 12s

This commit is contained in:
2026-03-30 01:39:22 +03:00
parent 78d4a1a04f
commit c9ff66a36b
6 changed files with 1053 additions and 5 deletions

View File

@@ -16,7 +16,9 @@
</li>
{% if user_role in 'admin,technologist' %}
<li class="nav-item"><a class="nav-link" href="#">Планирование</a></li>
<li class="nav-item">
<a class="nav-link {% if request.resolver_match.url_name == 'planning' %}active{% endif %}" href="{% url 'planning' %}">Планирование</a>
</li>
{% endif %}
{% if user_role in 'admin,technologist,master,operator' %}