Incorrect position of the label "Receive course emails"
Needed to rearrange the label of the checkbox LEARNER-4230
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user