Skip to content

Commit

Permalink
Merge branch 'master' into certificate_invalidation_view-to-drf
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 authored Nov 1, 2024
2 parents a02503d + a112cb3 commit 0e8a606
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% for notification_app in email_content %}
<h3 style="font-size: 1.375rem; font-weight:700; line-height:28px; margin: 0.75rem 0 0;">
<h3 style="font-size: 22px; font-weight:700; line-height:28px; margin: 0.75rem 0 0;">
{{ notification_app.title }}
</h3>
{% if notification_app.help_text %}
Expand Down Expand Up @@ -29,7 +29,7 @@ <h3 style="font-size: 1.375rem; font-weight:700; line-height:28px; margin: 0.75r
/>
</td>
<td class="notification-content" width="100%" align="left" valign="top" style="padding: 1rem 1rem 1rem 0.5rem;">
<blockquote style="font-size: 0.875rem; font-weight:400; line-height:24px; color:#454545; margin: 0 0 0.5rem 0;">
<blockquote style="font-size: 14px; font-weight:400; line-height:24px; color:#454545; margin: 0 0 0.5rem 0;">
<style> strong {color: #00262B; font-weight:500} </style>
{{ notification.email_content | truncatechars_html:600 | safe }}
</blockquote>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<table cellpadding="0" cellspacing="0" style="color:black; font-weight:400; font-size:0.75rem;line-height:20px" width="100%">
<table cellpadding="0" cellspacing="0" style="color:black; font-weight:400; font-size:12px;line-height:20px" width="100%">
<tbody>
<tr>
<td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</tr>
<tr style="height: 20px"></tr>
<tr align="center">
<td style="font-family: Inter; font-size: 32px; font-style: normal; font-weight: 700; line-height: 36px">
<td style="font-family: Inter, Arial, Verdana, sans-serif; font-size: 32px; font-style: normal; font-weight: 700; line-height: 36px">
{{ digest_frequency }} email digest
</td>
</tr>
Expand All @@ -28,7 +28,7 @@
<td
style="
color: #bfc9ca;
font-family: Inter;
font-family: Inter, Arial, Verdana, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
Expand All @@ -54,7 +54,7 @@
</td>
</tr>
<tr align="center">
<td style="font-weight: 600; font-size: 0.875rem; line-height: 20px; padding: 0">
<td style="font-weight: 600; font-size: 14px; line-height: 20px; padding: 0">
{{update.title}}
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</head>

<div style="margin:0; padding:0; min-width: 100%; background-color:#C9C9C9; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smooth: never;">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" style="line-height:1.5; max-width:600px; font-family:Inter">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" style="line-height:1.5; max-width:600px; font-family:Inter, Arial, Verdana, sans-serif">
<tbody style="background-color:#f5f5f5">
<tr>
<td>
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ edx-rest-api-client==6.0.0
# -r requirements/edx/kernel.in
# edx-enterprise
# edx-proctoring
edx-search==4.1.0
edx-search==4.1.1
# via -r requirements/edx/kernel.in
edx-sga==0.25.0
# via -r requirements/edx/bundled.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ edx-rest-api-client==6.0.0
# -r requirements/edx/testing.txt
# edx-enterprise
# edx-proctoring
edx-search==4.1.0
edx-search==4.1.1
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ edx-rest-api-client==6.0.0
# -r requirements/edx/base.txt
# edx-enterprise
# edx-proctoring
edx-search==4.1.0
edx-search==4.1.1
# via -r requirements/edx/base.txt
edx-sga==0.25.0
# via -r requirements/edx/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ edx-rest-api-client==6.0.0
# -r requirements/edx/base.txt
# edx-enterprise
# edx-proctoring
edx-search==4.1.0
edx-search==4.1.1
# via -r requirements/edx/base.txt
edx-sga==0.25.0
# via -r requirements/edx/base.txt
Expand Down

0 comments on commit 0e8a606

Please sign in to comment.