summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpjrharley <devnull@localhost>2009-05-22 21:02:24 +0100
committerpjrharley <devnull@localhost>2009-05-22 21:02:24 +0100
commitbcb013c4ce33f6eeafe090136ff7695b1e9f4204 (patch)
tree2484906a539301cfa703031830d6302b09550b66
parenta50485729f510e79fa1eeeccdbee57f06598e8cd (diff)
downloadtroggle-bcb013c4ce33f6eeafe090136ff7695b1e9f4204.tar.gz
troggle-bcb013c4ce33f6eeafe090136ff7695b1e9f4204.tar.bz2
troggle-bcb013c4ce33f6eeafe090136ff7695b1e9f4204.zip
[svn] Accidentally commited another change... so might as well add the template to go with it. Send activation email as text and html so the link is clickable
-rw-r--r--templates/registration/activation_email.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/registration/activation_email.html b/templates/registration/activation_email.html
new file mode 100644
index 0000000..fa205ef
--- /dev/null
+++ b/templates/registration/activation_email.html
@@ -0,0 +1,10 @@
+<P>Hello {{ form.user }},</P>
+
+<P>Glad you're joining the CUCC EXPO team! Please go to</P>
+
+<P><a href="http://{{ site }}{% url registration_activate activation_key %}">{{ site }}{% url registration_activate activation_key %}</a></P>
+
+<P>to activate your account. Do this within {{ expiration_days }} days, or else you'll have to sign up again.</P>
+
+<P>Yours,<BR>
+The magical troggle</P>