diff --git a/flashcards/views.py b/flashcards/views.py index 8bea539..46931db 100644 --- a/flashcards/views.py +++ b/flashcards/views.py @@ -66,7 +66,7 @@ class UserDetail(APIView): body = ''' Visit the following link to confirm your email address: - http://flashy.cards/app/verify_email/%s + https://flashy.cards/app/verify_email/%s If you did not register for Flashy, no action is required. ''' @@ -136,7 +136,7 @@ class PasswordReset(APIView): body = ''' Visit the following link to reset your password: - http://flashy.cards/app/reset_password/%d/%s + https://flashy.cards/app/reset_password/%d/%s If you did not request a password reset, no action is required. '''