src/Aviatur/TwigBundle/Resources/views/aviatur/Flux/Customer/Customer/resset-password.html.twig line 1

Open in your IDE?
  1. {% extends twig_exists('@AviaturTwig/'~ agency_folder.twigStyle() ~'/App/layout.html.twig') %}
  2. {% block head_meta_label %}
  3.     <link rel="canonical" href="{{app.request.getSchemeAndHttpHost()}}" />
  4. {% endblock head_meta_label %}
  5. {% block fos_user_content %}
  6.     <p>En su email, recibirá un link para reinicializar su contraseña</p>
  7.     {{ render(url('fos_user_resetting_request')) }}
  8. {% endblock fos_user_content %}