Commit 1b23b2c217fc51d1bbe5484f8a910c7d8c93f899
1 parent
de674a3afe
Exists in
master
HTTPS links in emails
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
flashcards/views.py
View file @
1b23b2c
... | ... | @@ -66,7 +66,7 @@ |
66 | 66 | |
67 | 67 | body = ''' |
68 | 68 | Visit the following link to confirm your email address: |
69 | - http://flashy.cards/app/verify_email/%s | |
69 | + https://flashy.cards/app/verify_email/%s | |
70 | 70 | |
71 | 71 | If you did not register for Flashy, no action is required. |
72 | 72 | ''' |
... | ... | @@ -136,7 +136,7 @@ |
136 | 136 | |
137 | 137 | body = ''' |
138 | 138 | Visit the following link to reset your password: |
139 | - http://flashy.cards/app/reset_password/%d/%s | |
139 | + https://flashy.cards/app/reset_password/%d/%s | |
140 | 140 | |
141 | 141 | If you did not request a password reset, no action is required. |
142 | 142 | ''' |