diff --git a/edx_name_affirmation/models.py b/edx_name_affirmation/models.py index bf4ef2a..3cf9b7a 100644 --- a/edx_name_affirmation/models.py +++ b/edx_name_affirmation/models.py @@ -14,7 +14,7 @@ try: from lms.djangoapps.verify_student.models import SoftwareSecurePhotoVerification - from lms.djangoapps.verify_studnet.models import VerificationAttempt as PlatformVerificationAttempt + from lms.djangoapps.verify_student.models import VerificationAttempt as PlatformVerificationAttempt except ImportError: SoftwareSecurePhotoVerification = None PlatformVerificationAttempt = None