refactor
This commit is contained in:
parent
e77e92d39f
commit
a10b499522
|
|
@ -7,7 +7,7 @@
|
|||
<h1 class="mb-4">Gestion Utilisateur</h1>
|
||||
<a href="{{ path('user_deactivate', {'id': user.id}) }}" class="btn btn-danger">Désactiver</a>
|
||||
</div>
|
||||
{% include 'elements/userInformation.html.twig' %}
|
||||
{% include 'user/userInformation.html.twig' %}
|
||||
|
||||
<h1 class="mt-5 mb-4">Organisations</h1>
|
||||
<div class="row">
|
||||
|
|
|
|||
Loading…
Reference in New Issue