Skip to content

Commit

Permalink
deleted comment-string in email.html, fixed back_to_start_button in g…
Browse files Browse the repository at this point in the history
…et_user_question
  • Loading branch information
teryaev-anton committed Sep 6, 2023
1 parent 32b9e3e commit b9bad89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 111 deletions.
2 changes: 1 addition & 1 deletion src/bot/keyboards/assistance.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
)
],
[
Expand Down
111 changes: 1 addition & 110 deletions src/users/templates/emailing/email.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
margin: 13px 0;
}
</style>
<!--[if !mso]><!-->

<style type="text/css">
@media only screen and (max-width:480px) {
@-ms-viewport {
Expand All @@ -68,21 +68,6 @@
}
}
</style>
<!--<![endif]-->
<!--[if mso]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
<!--[if lte mso 11]>
<style type="text/css">
.outlook-group-fix { width:100% !important; }
</style>
<![endif]-->


<style type="text/css">
@media only screen and (min-width:480px) {
Expand All @@ -103,17 +88,6 @@

<div style="background-color:#f9f9f9;">


<!--[if mso | IE]>
<table
align="center" border="0" cellpadding="0" cellspacing="0"
style="width:600px;" width="600"
>
<tr>
<td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;">
<![endif]-->


<div style="background:#f9f9f9;background-color:#f9f9f9;Margin:0px auto;max-width:600px;">

<table align="center" border="0" cellpadding="0" cellspacing="0"
Expand All @@ -122,38 +96,13 @@
<tbody>
<tr>
<td style="border-bottom:#333957 solid 5px;direction:ltr;font-size:0px;padding:20px 0;text-align:center;vertical-align:top;">
<!--[if mso | IE]>
<table role="presentation" border="0" cellpadding="0"
cellspacing="0">
<tr>
</tr>
</table>
<![endif]-->
</td>
</tr>
</tbody>
</table>

</div>


<!--[if mso | IE]>
</td>
</tr>
</table>
<table
align="center" border="0" cellpadding="0" cellspacing="0"
style="width:600px;" width="600"
>
<tr>
<td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;">
<![endif]-->


<div style="background:#fff;background-color:#fff;Margin:0px auto;max-width:600px;">

<table align="center" border="0" cellpadding="0" cellspacing="0"
Expand All @@ -162,17 +111,6 @@
<tbody>
<tr>
<td style="border:#dddddd solid 1px;border-top:0px;direction:ltr;font-size:0px;padding:20px 0;text-align:center;vertical-align:top;">
<!--[if mso | IE]>
<table role="presentation" border="0" cellpadding="0"
cellspacing="0">
<tr>
<td
style="vertical-align:bottom;width:600px;"
>
<![endif]-->

<div class="mj-column-per-100 outlook-group-fix"
style="font-size:13px;text-align:left;direction:ltr;display:inline-block;vertical-align:bottom;width:100%;">

Expand Down Expand Up @@ -273,52 +211,20 @@

</div>

<!--[if mso | IE]>
</td>
</tr>
</table>
<![endif]-->
</td>
</tr>
</tbody>
</table>

</div>


<!--[if mso | IE]>
</td>
</tr>
</table>
<table
align="center" border="0" cellpadding="0" cellspacing="0"
style="width:600px;" width="600"
>
<tr>
<td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;">
<![endif]-->


<div style="Margin:0px auto;max-width:600px;">

<table align="center" border="0" cellpadding="0" cellspacing="0"
role="presentation" style="width:100%;">
<tbody>
<tr>
<td style="direction:ltr;font-size:0px;padding:20px 0;text-align:center;vertical-align:top;">
<!--[if mso | IE]>
<table role="presentation" border="0" cellpadding="0"
cellspacing="0">
<tr>
<td
style="vertical-align:bottom;width:600px;"
>
<![endif]-->

<div class="mj-column-per-100 outlook-group-fix"
style="font-size:13px;text-align:left;direction:ltr;display:inline-block;vertical-align:bottom;width:100%;">
Expand Down Expand Up @@ -367,28 +273,13 @@

</div>

<!--[if mso | IE]>
</td>
</tr>
</table>
<![endif]-->
</td>
</tr>
</tbody>
</table>

</div>


<!--[if mso | IE]>
</td>
</tr>
</table>
<![endif]-->


</div>

</body>
Expand Down

0 comments on commit b9bad89

Please sign in to comment.