From a4d102896cd261ced64316fce45dd264a797a903 Mon Sep 17 00:00:00 2001 From: Weitian LI Date: Fri, 18 Apr 2014 21:18:50 +0800 Subject: * updated settings.py, added settings_email.py * created directories 'static' and 'templates' * added app 'account', 'notice' * added app 'demo' --- templates/registration/activation_email.txt | 14 ++++++++++++++ templates/registration/activation_email_subject.txt | 1 + 2 files changed, 15 insertions(+) create mode 100644 templates/registration/activation_email.txt create mode 100644 templates/registration/activation_email_subject.txt (limited to 'templates/registration') diff --git a/templates/registration/activation_email.txt b/templates/registration/activation_email.txt new file mode 100644 index 0000000..48bee50 --- /dev/null +++ b/templates/registration/activation_email.txt @@ -0,0 +1,14 @@ +Dear {% username %}, + +Please follow the link below to activate your account at +"2014 SKA Summer School". + +{% activation_key %} +{% expiration_days %} +{% site %} + + +Best regards. + +2014 SKA Summer School Team + diff --git a/templates/registration/activation_email_subject.txt b/templates/registration/activation_email_subject.txt new file mode 100644 index 0000000..d5fe380 --- /dev/null +++ b/templates/registration/activation_email_subject.txt @@ -0,0 +1 @@ +激活您的账号 -- cgit v1.2.2