1 {% extends "email_base.html" %}
7 <p>{% trans "Greetings from the Q&A forum" %},</p>
9 <p>{% trans "You're seeing this because someone requested a temporary login link" %}</p>
11 <a href="{% fullurl auth_tempsignin user=user.id,code=temp_login_code %}">{% fullurl auth_tempsignin user=user.id,code=temp_login_code %}</a>
13 <p>{% trans "Following the link above will give you access to your account." %}</p>
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>
19 <p>{% blocktrans %}Sincerely,<br />
20 Forum Administrator{% endblocktrans %}</p>