{% extends 'base.html.twig' %} {% block title %}Connection{% endblock %} {###################################################} {# template of the form to enter the email address #} {# to retrieve a link to change the password #} {###################################################} {% block main %}

Mot de Passe oubliƩ

{{ form_start(formEmail) }}
{{ form_row(formEmail.email, {'attr':{'placeholder': "Entrez votre email...",'class': " input-reset"} })}}
{{ form_row(formEmail.envoyer, {'attr':{'class': "btn btn-info"} })}}
{{ form_end(formEmail) }}
{% endblock main %}