{% extends "email_base.html" %} {% load i18n %} {% load extra_tags %} {% block content %}

{% trans "Greetings from the Q&A forum" %},

{% trans "You're seeing this because someone requested a temporary login link" %}

{% fullurl auth_tempsignin user=user.id,code=temp_login_code %}

{% trans "Following the link above will give you access to your account." %}

{% blocktrans %}If you beleive that this message was sent in mistake - no further action is needed. Just ingore this email, we apologize for any inconvenience{% endblocktrans %}

{% blocktrans %}Sincerely,
Forum Administrator{% endblocktrans %}

{% endblock %}