diff --git a/README.md b/README.md index ed36c0e..e83be4b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ In order to use the software, the Staff has to prepare CSV (or Excel) files with with for each of them the email of the teacher and the mailing list of the students. Then, they only need to upload it into the Classroom Admin interface and click on the "Create courses" button. And voilĂ ! Each Google Classroom will be created with students automatically added to it and the teachers will receive an email with all the information they need to manage their classroom. -In case some teacher tells you something like *"Where is my Google Classroom? I don't know where I have to put my classroom materials!"*, there is also a feature which allows you to resend the email with all the information for given courses. You just need to upload the right CSV file, select the courses for which you want to resend and click on "Resend manually emails". +In case some teacher tells you something like *"Where is my Google Classroom? I don't know where I have to put my classroom materials!"*, there is also a feature which allows you to resend the email with all the information for given courses. You just need to upload the right CSV file, select the courses for which you want to resend and click on "Resend emails manually". This feature has also been added for technical reasons because Gmail can't guarantee that all emails are sent accordingly and you may need to resend the emails in case Gmail has not been able to process everything. diff --git a/classroom_admin/conf/course.template.yaml b/classroom_admin/conf/course.template.yaml index f3ea06f..547a643 100644 --- a/classroom_admin/conf/course.template.yaml +++ b/classroom_admin/conf/course.template.yaml @@ -6,5 +6,5 @@ section-values: - Promotion section-format: '{0} - {1} - {2}' teacher: Teacher Email -students: Students email +students: Students Email member-email-domain: '@my-school.com' diff --git a/classroom_admin/templates/courses.html b/classroom_admin/templates/courses.html index d54a6ac..e0a8ff7 100644 --- a/classroom_admin/templates/courses.html +++ b/classroom_admin/templates/courses.html @@ -2,7 +2,7 @@ {% block navbar %} - + {% endblock %} {% block content %} diff --git a/classroom_admin_screenshot.png b/classroom_admin_screenshot.png index 0bbcdef..07d7718 100644 Binary files a/classroom_admin_screenshot.png and b/classroom_admin_screenshot.png differ