File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed
src/user_app/templates/user_app_templates Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html >
3+ < head >
4+ < meta charset ="utf-8 ">
5+ < title > Confirm Your Email Address</ title >
6+ </ head >
7+ < body >
8+ < h2 > Hello {{ user.first_name }},</ h2 >
9+ < p > Welcome to TaskFlow! Please confirm your email address by clicking on the following link:</ p >
10+ < a href ="http://{{ domain }}/api/user/confirm-email/{{ uid }}/{{ token }} "> Confirm Email</ a >
11+ < p > If you didn't sign up for our site, please ignore this email.</ p >
12+ < p > Best regards,</ p >
13+ < p > The TaskFlow Team</ p >
14+ </ body >
15+ </ html >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < title > Password Reset</ title >
6+ </ head >
7+ < body >
8+ < h1 > Hi {{ first_name }},</ h1 >
9+ < p > You recently requested to reset your password for your Dispatch Hub Account ({{ email }}).</ p >
10+ < p > Please click the following link to reset your password:</ p >
11+ < a href ="{{ reset_password_url }} "> Reset Password</ a >
12+ < p > If you did not make this request, please ignore this email.</ p >
13+ < p > Best regards,</ p >
14+ < p > The TaskFlow Team</ p >
15+ </ body >
16+ </ html >
You can’t perform that action at this time.
0 commit comments