diff --git a/web/main.py b/web/main.py index 358ac4a..0e00f32 100644 --- a/web/main.py +++ b/web/main.py @@ -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") diff --git a/web/templates/base.html b/web/templates/base.html index 84990d8..ab1878d 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -3,7 +3,7 @@ - {% block title %}EvoSync{% endblock %} + {% block title %}ЭВОСИНК{% endblock %} @@ -11,7 +11,7 @@