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