1 {% extends "email_base.html" %}
\r 
   3 {% load extra_tags %}
\r 
   6     <p>{% trans "Greetings from the Q&A forum" %},</p>
\r 
   8     <p>{% trans "You're seeing this because someone requested a temporary login link" %}</p>
\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 
  12     <p>{% trans "Following the link above will give you access to your account." %}</p>
\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 
  18     <p>{% blocktrans %}Sincerely,<br />
\r 
  19     Forum Administrator{% endblocktrans %}</p>
\r