Incorrect position of the label "Receive course emails"

Needed to rearrange the label of the checkbox

LEARNER-4230
This commit is contained in:
Hamza Munir
2018-02-22 19:41:44 +05:00
parent cbdd2ec079
commit 74d3f8a0b8

View File

@@ -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>