From 74d3f8a0b8f6ee7adc2b93575ebc6ce761e474e8 Mon Sep 17 00:00:00 2001
From: Hamza Munir <hamxa.muneer@gmail.com>
Date: Thu, 22 Feb 2018 19:41:44 +0500
Subject: [PATCH] Incorrect position of the label "Receive course emails"

Needed to rearrange the label of the checkbox

LEARNER-4230
---
 lms/templates/dashboard.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html
index 1961fbcff1e..d3ca6622fb6 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>
-- 
GitLab