{% extends "dictionary/base.html" %} {% load widget_tweaks i18n %} {% block title %}{% trans "what was my password" context "titleblock" %}{% endblock %} {% block content %}

{% trans "log in" %} » {% trans "what was my password" context "titleblock" %}

{% csrf_token %}
{% if form.errors %}

{{ form.email.errors.0 }}

{% endif %} {% render_field form.email type="email" id="resetEmail" class="form-control" %}
{% endblock %}