diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html index f7e92ccce2..a3c3fd25e0 100644 --- a/lms/templates/dashboard.html +++ b/lms/templates/dashboard.html @@ -211,55 +211,6 @@ - <% - testcenter_exam_info = course.current_test_center_exam - registration = exam_registrations.get(course.id) - testcenter_register_target = reverse('begin_exam_registration', args=[course.id]) - %> - % if testcenter_exam_info is not None: - - % if registration is None and testcenter_exam_info.is_registering(): -
- % endif - - % if registration is not None: - % if registration.is_accepted: - - % endif - % if registration.is_rejected: - - % endif - % if not registration.is_accepted and not registration.is_rejected: - - % endif - % endif - % endif - <% cert_status = cert_statuses.get(course.id) %>