diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html index 1961fbcff1ed5960698a8def8f6beee94976cd69..d3ca6622fb61b3c00f7cfa11d41d9448d31da5f0 100644 --- a/lms/templates/dashboard.html +++ b/lms/templates/dashboard.html @@ -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>