Changed directory structure of forms/inputs slightly
This commit is contained in:
@@ -10,11 +10,11 @@
|
||||
|
||||
{% block settings_account %}
|
||||
<div class="row">
|
||||
{% include "forms/partials/input-user-email.html.twig" with { 'col_width': 'col-sm-12' } %}
|
||||
{% include "forms/inputs/user-email.html.twig" with { 'col_width': 'col-sm-12' } %}
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
{% include "forms/partials/input-user-new_password.html.twig" with { 'col_width': 'col-sm-12' } %}
|
||||
{% include "forms/inputs/user-new_password.html.twig" with { 'col_width': 'col-sm-12' } %}
|
||||
</div>
|
||||
|
||||
{% if 'password' not in form.fields.hidden %}
|
||||
@@ -22,7 +22,7 @@
|
||||
{% endif %}
|
||||
|
||||
<div class="row">
|
||||
{% include "forms/partials/input-user-current_password.html.twig" with { 'col_width': 'col-sm-12' } %}
|
||||
{% include "forms/inputs/user-current_password.html.twig" with { 'col_width': 'col-sm-12' } %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user