Поменял структуру моделей
Some checks failed
Deploy MES Core / deploy (push) Failing after 1s

This commit is contained in:
2026-03-29 16:04:02 +03:00
parent 641abfff5e
commit 191d06d7d3
11 changed files with 194 additions and 77 deletions

View File

@@ -1,8 +1,14 @@
<footer class="footer-custom mt-auto py-3">
<footer class="footer-custom mt-auto py-3 border-top border-secondary">
<div class="container-fluid text-center">
<span class="text-muted small">
Система учета сменных заданий, разработана <strong>ACK</strong> &copy; 2026
<div class="text-muted small">Система учета сменных заданий</div>
<div class="text-muted small">
разработана <strong>ACK</strong> &copy; 2026
<i class="bi bi-cpu ms-2 text-accent"></i>
</span>
{% if user.is_superuser %}
<span class="badge bg-dark border border-secondary text-muted fw-normal ms-1" style="font-size: 0.65rem; vertical-align: middle;">
{{ ENV_TYPE|upper }}
</span>
{% endif %}
</div>
</div>
</footer>