mirror of
https://github.com/frappe/lms.git
synced 2026-04-24 17:39:41 +03:00
fe1aa3dd40
Co-authored-by: Suraj Shetty <surajshetty3416@users.noreply.github.com>
10 lines
322 B
HTML
10 lines
322 B
HTML
<p>
|
|
{{ _("{0} has submitted the assignment {1}").format(frappe.bold(member_name), frappe.bold(assignment_title)) }}
|
|
</p>
|
|
<br>
|
|
<p> {{ _(" Please evaluate and grade it.") }} </p>
|
|
<br>`
|
|
<a href="{{ get_lms_route('assignment-submission/' ~ assignment_name ~ '/' ~ submission_name) }}">
|
|
{{ _("Open Assignment") }}
|
|
</a>
|