From 138d3c9df26372469dea05c05f6767133cf9f7bd Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 6 Jun 2021 14:57:44 +0530 Subject: add email template --- app/templates/misc/email_confirm.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/templates/misc/email_confirm.txt (limited to 'app/templates/misc/email_confirm.txt') diff --git a/app/templates/misc/email_confirm.txt b/app/templates/misc/email_confirm.txt new file mode 100644 index 0000000..204b4f4 --- /dev/null +++ b/app/templates/misc/email_confirm.txt @@ -0,0 +1,3 @@ +Please visit the following link to confirm your email: + +{{confirmation_url}} \ No newline at end of file -- cgit v1.2.3