euscanwww: included django-registration and tweaked templates

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino
2012-06-09 17:11:28 +02:00
parent 4246c544ad
commit d34a0c4992
20 changed files with 200 additions and 1 deletions

View File

@ -0,0 +1,16 @@
Greetings {% if user.get_full_name %}{{ user.get_full_name }}{% else %}{{ user }}{% endif %},
You are receiving this email because you (or someone pretending to be you)
requested that your password be reset on the {{ domain }} site. If you do not
wish to reset your password, please ignore this message.
To reset your password, please click the following link, or copy and paste it
into your web browser:
{{ protocol }}://{{ domain }}{% url auth_password_reset_confirm uid token %}
Your username, in case you've forgotten: {{ user.username }}
Best regards,
{{ site_name }} Management