{% extends "cranefly/layout.html" %} {% load i18n %} {% load url from future %} {% import "_forms.html" as form_theme with context %} {% import "cranefly/macros.html" as macros with context %} {% block title %}{{ macros.page_title(title=_('Sign In')) }}{% endblock %} {% block content %}
{% trans %}I want to reset my account's password{% endtrans %}
{% trans %}Resend me e-mail with activation link{% endtrans %}
{% if settings.account_activation != 'block' %}