@@ -271,8 +271,9 @@ class TestCenterUserForm(ModelForm):
new_user=self.save(commit=False)
# create additional values here:
new_user.user_updated_at=datetime.utcnow()
new_user.upload_status=''
new_user.save()
log.info("Updated demographic information for user's test center exam registration: username \"{}\" ".format(new_user.username))
log.info("Updated demographic information for user's test center exam registration: username \"{}\" ".format(new_user.user.username))
# add validation:
...
...
@@ -533,6 +534,7 @@ class TestCenterRegistrationForm(ModelForm):
registration=self.save(commit=False)
# create additional values here:
registration.user_updated_at=datetime.utcnow()
registration.upload_status=''
registration.save()
log.info("Updated registration information for user's test center exam registration: username \"{}\" course \"{}\", examcode \"{}\"".format(registration.testcenter_user.user.username,registration.course_id,registration.exam_series_code))
log.info("User {0} enrolled in course {1} {2}updating demographic info for exam registration".format(user.username,course_id,""ifneeds_updatingelse"not "))
<pclass="message-copy"><strong>Your registration for the Pearson exam has been rejected. Please <ahref="${testcenter_register_target}"id="exam_register_link">see your registration status details</a></strong>. Otherwise <aclass="contact-link"href="mailto:exam-help@edx.org?subject=Pearson VUE Exam - ${get_course_about_section(course, 'university')} ${course.number}">contact edX at exam-help@edx.org</a> for further help.</p>
</div>
% endif
% if not registration.is_accepted and not registration.is_rejected:
<divclass="message message-status is-shown">
<pclass="message-copy">Your
<ahref="${testcenter_register_target}"id="exam_register_link">registration for the Pearson exam</a>
is pending. Within a few days, you should see a confirmation number here, which can be used to schedule your exam.</p>
<pclass="message-copy"><strong>Your <ahref="${testcenter_register_target}"id="exam_register_link">registration for the Pearson exam</a> is pending</strong>. Within a few days, you should see a confirmation number here, which can be used to schedule your exam.</p>
<p>If you have a specific question pertaining to your registration, you may contact <aclass="contact-link"href="${exam_help_href}">exam-help@edx.org</a>.</p>
<p>If you have a specific question pertaining to your registration, you may <aclass="contact-link"href="${exam_help_href}">contact edX at exam-help@edx.org</a>.</p>