{% extends 'base.html.twig' %} {% block title %}Recuperar contraseña – HuertosCastellon.es{% endblock %} {% block meta_robots %}noindex, nofollow{% endblock %} {% block body %}
🔑
Recuperación

¿Olvidaste tu contraseña?

Introduce tu email y te enviamos un enlace para restablecerla.

{{ form_start(form) }}
{{ form_label(form.email) }} {{ form_widget(form.email, {'attr': {'class': 'form-control', 'placeholder': 'tu@email.com', 'autofocus': 'autofocus'}}) }} {{ form_errors(form.email) }}
{{ form_end(form) }}
{% endblock %}