fix: spacing in email

This commit is contained in:
Jannat Patel
2023-03-27 17:38:26 +05:30
parent 1a8d113ad8
commit a7c1595978

View File

@@ -2,6 +2,7 @@
<div style="background-color: #ffffff; width: 75%; margin: 0 auto; padding: 1rem;">
<h3> {{ _("Assignment Submission") }} </h3>
{% 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>
<p> {{ _(" Please evaluate and grade the assignment.") }} </p>