custom/plugins/BettenABC/src/Resources/views/storefront/component/account/register.html.twig line 1

Open in your IDE?
  1. {#
  2. # Project:      www.betten-abc.de
  3. # Company:      arboro GmbH
  4. # Created by:   Stefan Strauch
  5. # Created on:   14.07.22
  6. # Description:
  7. #}
  8. {% sw_extends "@Storefront/storefront/component/account/register.html.twig" %}
  9. {% block component_account_register_personal_password_confirmation_input %}
  10.     {{ parent() }}
  11.     {% block component_account_register_confirmation_personal_password_description %}
  12.             <small class="form-text">
  13.                 {{ "register.passwortConfirmationHint"|trans|sw_sanitize }}
  14.             </small>
  15.     {% endblock %}
  16. {% endblock %}