Commit 6b5090fca9af204894bdb1f281a4b7960f1b166a
1 parent
7dbe162dc5
Exists in
master
things
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
flashcards/views.py
View file @
6b5090f
... | ... | @@ -189,7 +189,7 @@ |
189 | 189 | |
190 | 190 | body = ''' |
191 | 191 | Visit the following link to confirm your email address: |
192 | - https://flashy.cards/app/verify_email/%s | |
192 | + https://flashy.cards/app/verifyemail/%s | |
193 | 193 | |
194 | 194 | If you did not register for Flashy, no action is required. |
195 | 195 | ''' |
... | ... | @@ -247,7 +247,7 @@ |
247 | 247 | |
248 | 248 | body = ''' |
249 | 249 | Visit the following link to reset your password: |
250 | - https://flashy.cards/app/reset_password/%d/%s | |
250 | + https://flashy.cards/app/resetpassword/%d/%s | |
251 | 251 | |
252 | 252 | If you did not request a password reset, no action is required. |
253 | 253 | ''' |