From b9bad896eb1875213b8902f1fd155a483016c99e Mon Sep 17 00:00:00 2001 From: teryaev-anton Date: Wed, 6 Sep 2023 15:08:05 +0500 Subject: [PATCH] deleted comment-string in email.html, fixed back_to_start_button in get_user_question --- src/bot/keyboards/assistance.py | 2 +- src/users/templates/emailing/email.html | 111 +----------------------- 2 files changed, 2 insertions(+), 111 deletions(-) diff --git a/src/bot/keyboards/assistance.py b/src/bot/keyboards/assistance.py index 2d31e6fd..142e90fb 100644 --- a/src/bot/keyboards/assistance.py +++ b/src/bot/keyboards/assistance.py @@ -239,7 +239,7 @@ async def build_fund_program_keyboard( [ InlineKeyboardButton( text=BACK_TO_START_BUTTON, - callback_data=f"back_to_{States.GET_ASSISTANCE.value}", + callback_data=f"back_to_{States.START.value}", ) ], [ diff --git a/src/users/templates/emailing/email.html b/src/users/templates/emailing/email.html index b276570f..eef55b9e 100644 --- a/src/users/templates/emailing/email.html +++ b/src/users/templates/emailing/email.html @@ -57,7 +57,7 @@ margin: 13px 0; } - + - - - -