mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-01-31 23:42:31 +00:00
[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
This commit is contained in:
parent
a50485729f
commit
bcb013c4ce
10
templates/registration/activation_email.html
Normal file
10
templates/registration/activation_email.html
Normal file
@ -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>
|
Loading…
Reference in New Issue
Block a user