summaryrefslogtreecommitdiffstats
path: root/templates/registration/activation_email.html
blob: 3b82c60a578fbad26233064a0c81c61a73f32f11 (plain)
1
2
3
4
5
6
7
8
9
10
<P>Hello {{ form.user }},</P>

<P>Glad you're joining the CUCC EXPO team! Please go to</P>

<P><a href="{{ 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>