chore: replace EvoSync with ЭВОСИНК throughout UI

Update all page titles and branding in FastAPI app and templates to use Russian transliteration of product name.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
mguschin
2026-03-06 18:40:11 +03:00
parent 1add9fa299
commit 784bb27958
21 changed files with 22 additions and 22 deletions

View File

@@ -25,7 +25,7 @@ async def lifespan(app: FastAPI):
pass
app = FastAPI(title="EvoSync — Личный кабинет", lifespan=lifespan)
app = FastAPI(title="ЭВОСИНК — Личный кабинет", lifespan=lifespan)
app.add_middleware(SessionMiddleware, secret_key=settings.SECRET_KEY)
app.mount("/static", StaticFiles(directory="web/static"), name="static")