{% extends "layout/navigation.html" %} {* vim: set et ai ts=2 sw=2 enc=utf-8: *} {% block "title" %}{% trans "Password Lost" %}{% endblock %} {% block "trace" %} » {% trans "Login" %} {% endblock %} {% block "content" %}

{% trans "Login" %}

{% trans %}In case you've lost your password we'll send you a new one to your email address. Just fill out the form below.{% endtrans %}

{% trans %}After you've got the new passord you can login here.{% endtrans %}

{% trans "Username" %} {{ form.username.html }}
{% trans "Email address" %} {{ form.email.html }}
{% endblock %}