Skip to content

Commit 92002d9

Browse files
committed
Fixed client email template
1 parent 321723a commit 92002d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appointment/templates/email_sender/thank_you_email.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ <h3>{% trans 'Account Activation' %}</h3>
195195
<td align="left" valign="top"
196196
style="font-family: Open Sans, Helvetica, Arial, sans-serif; padding-top: 0;">
197197
<h3>{% trans "Account Information" %}</h3>
198-
<div style="color: #000000; font-size: 14px; line-height: 24px; margin-top: -30px !important;">
198+
<div style="color: #000000; font-size: 14px; line-height: 24px;">
199199
<ul>
200200
{% for key, value in account_details.items %}
201201
<li>{{ key }}: {{ value }}</li>
@@ -211,7 +211,7 @@ <h3>{% trans "Account Information" %}</h3>
211211
<td align="left" valign="top"
212212
style="font-family: Open Sans, Helvetica, Arial, sans-serif; padding-top: 0;">
213213
<h3>{% trans "Appointment Details" %}</h3>
214-
<div style="color: #000000; font-size: 14px; line-height: 24px; margin-top: -30px !important;">
214+
<div style="color: #000000; font-size: 14px; line-height: 24px;">
215215
<ul>
216216
{% for key, value in more_details.items %}
217217
<li>{{ key }}: {{ value }}</li>

0 commit comments

Comments
 (0)