Skip to content
Snippets Groups Projects
Commit 74d3f8a0 authored by Hamza Munir's avatar Hamza Munir
Browse files

Incorrect position of the label "Receive course emails"

Needed to rearrange the label of the checkbox

LEARNER-4230
parent cbdd2ec0
Branches
Tags
No related merge requests found
......@@ -296,7 +296,7 @@ from student.models import CourseEnrollment
<form id="email_settings_form" method="post">
<input name="course_id" id="email_settings_course_id" type="hidden" />
<label>${_("Receive course emails")} <input type="checkbox" id="receive_emails" name="receive_emails" /></label>
<label><input type="checkbox" id="receive_emails" name="receive_emails" />${_("Receive course emails")} </label>
<div class="submit">
<input type="submit" id="submit" value="${_("Save Settings")}" />
</div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment