fix: spacing in email
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
<div style="background-color: #ffffff; width: 75%; margin: 0 auto; padding: 1rem;">
|
<div style="background-color: #ffffff; width: 75%; margin: 0 auto; padding: 1rem;">
|
||||||
<h3> {{ _("Assignment Submission") }} </h3>
|
<h3> {{ _("Assignment Submission") }} </h3>
|
||||||
{% set title = frappe.db.get_value("Course Lesson", doc.lesson, "title") %}
|
{% set title = frappe.db.get_value("Course Lesson", doc.lesson, "title") %}
|
||||||
|
<br>
|
||||||
<p> {{ _("{0} has submitted their assignment for the lesson {1}").format(frappe.bold(doc.member_name), frappe.bold(title)) }}
|
<p> {{ _("{0} has submitted their assignment for the lesson {1}").format(frappe.bold(doc.member_name), frappe.bold(title)) }}
|
||||||
</p>
|
</p>
|
||||||
<p> {{ _(" Please evaluate and grade the assignment.") }} </p>
|
<p> {{ _(" Please evaluate and grade the assignment.") }} </p>
|
||||||
|
|||||||
Reference in New Issue
Block a user