Changed directory structure of forms/inputs slightly
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
|
||||
{% block settings_profile %}
|
||||
<div class="row">
|
||||
{% include "forms/partials/input-user-name.html.twig" with { 'col_width': 'col-sm-12' } %}
|
||||
{% include "forms/inputs/user-name.html.twig" with { 'col_width': 'col-sm-12' } %}
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
{% include "forms/partials/input-user-locale.html.twig" with { 'col_width': 'col-sm-12' } %}
|
||||
{% include "forms/inputs/user-locale.html.twig" with { 'col_width': 'col-sm-12' } %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user