Skip to content
Snippets Groups Projects
Commit 575765df authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

fix: removed elements from a subtitle

parent 0245820f
No related branches found
No related tags found
4 merge requests!418V2.1.0,!400V2.0,!312Resolve "[Création de structure] Retirer certains éléments d'un sous-titre",!230V2.0
<form [formGroup]="structureForm" *ngIf="structureForm" (keyup.enter)="isPageValid && !isEditMode ? nextPage() : null"> <form [formGroup]="structureForm" *ngIf="structureForm" (keyup.enter)="isPageValid && !isEditMode ? nextPage() : null">
<div class="title"> <div class="title">
<h3>Souhaitez-vous renseigner les informations de la structure&nbsp;?</h3> <h3>Souhaitez-vous renseigner les informations de la structure&nbsp;?</h3>
<p>Exemple : téléphone, email, type d'établissement, accessibilité PMR, type de public&nbsp;?</p> <p>Exemple : type d'établissement, accessibilité PMR, type de public&nbsp;?</p>
</div> </div>
<app-radio-form <app-radio-form
[selectedOption]="structureForm.get('choiceCompletion').value" [selectedOption]="structureForm.get('choiceCompletion').value"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment