diff --git a/src/app/structure-list/components/structure-details/structure-details.component.html b/src/app/structure-list/components/structure-details/structure-details.component.html index 2fe93a904bf62edbc9580e64286d0f6ae5ef39fa..1d401c6c57c590f218a4878767dd8148dfcaaf3b 100644 --- a/src/app/structure-list/components/structure-details/structure-details.component.html +++ b/src/app/structure-list/components/structure-details/structure-details.component.html @@ -12,8 +12,11 @@ <button (click)="claimStructure()">Revendiquer</button> </div> <div fxLayout="row" fxLayoutAlign="center center"> - <button *ngIf="profileService.isLinkedToStructure(structure._id)" (click)="editStructure()"> - Modifier ma structure + <button + *ngIf="profileService.isLinkedToStructure(structure._id) || profileService.isAdmin()" + (click)="editStructure()" + > + Modifier la structure </button> </div> <div fxLayout="row" fxLayoutAlign="end center">