]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/auth/temp_login_email.html
initial import
[osqa.git] / forum / skins / default / templates / auth / temp_login_email.html
1 {% extends "email_base.html" %}\r
2 {% load i18n %}\r
3 {% load extra_tags %}\r
4 \r
5 {% block content %}\r
6     <p>{% trans "Greetings from the Q&A forum" %},</p>\r
7 \r
8     <p>{% trans "You're seeing this because someone requested a temporary login link" %}</p>\r
9 \r
10     <a href="{% fullurl auth_tempsignin user=user.id,code=temp_login_code %}">{% fullurl auth_tempsignin user=user.id,code=temp_login_code %}</a>\r
11 \r
12     <p>{% trans "Following the link above will give you access to your account." %}</p>\r
13 \r
14     <p>{% blocktrans %}If you beleive that this message was sent in mistake -\r
15     no further action is needed. Just ingore this email, we apologize\r
16     for any inconvenience{% endblocktrans %}</p>\r
17 \r
18     <p>{% blocktrans %}Sincerely,<br />\r
19     Forum Administrator{% endblocktrans %}</p>\r
20 {% endblock %}\r