From 9a586edf02bc6c90e542aa0e72708becb2f21217 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Fri, 11 Apr 2014 16:21:57 -0400 Subject: [PATCH] InstDash: check Auto-Enroll and Email Students boxes by default --- .../instructor/instructor_dashboard_2/membership.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lms/templates/instructor/instructor_dashboard_2/membership.html b/lms/templates/instructor/instructor_dashboard_2/membership.html index 00636e0f69..df639a37d6 100644 --- a/lms/templates/instructor/instructor_dashboard_2/membership.html +++ b/lms/templates/instructor/instructor_dashboard_2/membership.html @@ -36,19 +36,21 @@

- +

${_("If this option is checked, users who have not yet registered for {platform_name} will be automatically enrolled.").format(platform_name=settings.PLATFORM_NAME)} ${_("If this option is left unchecked, users who have not yet registered for {platform_name} will not be enrolled, but will be allowed to enroll once they make an account.").format(platform_name=settings.PLATFORM_NAME)} +

+ ${_("Checking this box has no effect if 'Unenroll' is selected.")}

- +