From 1b23b2c217fc51d1bbe5484f8a910c7d8c93f899 Mon Sep 17 00:00:00 2001 From: Andrew Buss Date: Mon, 4 May 2015 23:49:50 -0700 Subject: [PATCH] HTTPS links in emails --- flashcards/views.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. ''' -- 1.9.1