feat: add editable company details page and nav link

This commit is contained in:
2026-02-12 23:26:25 +03:00
parent 571ca6e021
commit 166b402475
4 changed files with 132 additions and 0 deletions

View File

@@ -69,6 +69,7 @@
<a href="#process">Как работаем</a>
<a href="#faq">FAQ</a>
<a href="#contact">Контакты</a>
<a href="{{ url_for('company_details') }}">Реквизиты</a>
</nav>
<a href="tel:{{ settings.phone_link }}" class="phone">{{ settings.phone_display }}</a>
</div>