diff --git a/src/bundle/Resources/views/themes/admin/account/login/index.html.twig b/src/bundle/Resources/views/themes/admin/account/login/index.html.twig index 9c36bb5d49..8835ac22c2 100644 --- a/src/bundle/Resources/views/themes/admin/account/login/index.html.twig +++ b/src/bundle/Resources/views/themes/admin/account/login/index.html.twig @@ -4,55 +4,70 @@

{{ 'base.sign_in'|trans|desc('Sign in to IBEXA DXP') }}

{{ 'base.enter_credentials'|trans|desc('Enter your login credentials below.') }}

-
-
- {% if error %} - - {% endif %} -
- - -
-
- - - -
- - - - -
-
+ {% block login_form %} + {{ ez_render_component_group('login-form-before') }} + +
+
+ {% block login_form_errors %} + {% if error %} + + {% endif %} + {% endblock %} + + {% block login_form_fields %} +
+ + +
+
+ + + +
+ + + {% endblock %} + + {% block login_form_buttons %} + + {% endblock %} +
+
+ + {{ ez_render_component_group('login-form-after') }} + {% endblock %} {{ encore_entry_script_tags('ezplatform-admin-ui-login-js', null, 'ezplatform') }} {%- endblock content -%}