summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/registration/activation_email.txt9
-rw-r--r--templates/registration/activation_email_subject.txt1
2 files changed, 10 insertions, 0 deletions
diff --git a/templates/registration/activation_email.txt b/templates/registration/activation_email.txt
new file mode 100644
index 0000000..4ea81a9
--- /dev/null
+++ b/templates/registration/activation_email.txt
@@ -0,0 +1,9 @@
+Welcome to PyTasks:
+
+Click on the following link
+http://{% url site %}/accounts/activate/{{activation_key}}
+and activate your account.
+Note that the account has to activated within {{expiration_days}} days
+
+Regards,
+PyTasks Team
diff --git a/templates/registration/activation_email_subject.txt b/templates/registration/activation_email_subject.txt
new file mode 100644
index 0000000..c73db7e
--- /dev/null
+++ b/templates/registration/activation_email_subject.txt
@@ -0,0 +1 @@
+Welcome to PyTasks!