From 861a0f49411eda84a3c29e3313640f67f38edf32 Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Sun, 8 Jun 2025 17:11:13 +0500 Subject: [PATCH] Update --- LeraFoxQueen/database.py | 1 + LeraFoxQueen/schemas.py | 1 + templates/index.html | 6 ++++++ 3 files changed, 8 insertions(+) diff --git a/LeraFoxQueen/database.py b/LeraFoxQueen/database.py index 44035cb..2629a27 100644 --- a/LeraFoxQueen/database.py +++ b/LeraFoxQueen/database.py @@ -32,6 +32,7 @@ class DatingOrm(Model): life_principles_values: Mapped[str] goals_in_life: Mapped[str] message_text: Mapped[str] + privacy_accept: Mapped[bool] async def create_tables(): diff --git a/LeraFoxQueen/schemas.py b/LeraFoxQueen/schemas.py index d06053d..fee4bea 100644 --- a/LeraFoxQueen/schemas.py +++ b/LeraFoxQueen/schemas.py @@ -20,6 +20,7 @@ class SDatingAdd(BaseModel): life_principles_values: str goals_in_life: str message_text: str + privacy_accept: bool class SDating(SDatingAdd): diff --git a/templates/index.html b/templates/index.html index 3750ed3..87eeacc 100644 --- a/templates/index.html +++ b/templates/index.html @@ -723,6 +723,12 @@ > + +
+ + +
+