Skip to content
Snippets Groups Projects
Unverified Commit 8a95ef63 authored by chiahetcho's avatar chiahetcho Committed by GitHub
Browse files

Merge branch 'master' into change-form-link

parents 9ca9c376 bb00f445
No related branches found
No related tags found
2 merge requests!38link changed and disabled button when unchecked checkbox,!39Change form link
This commit is part of merge request !39. Comments created here will be created in the context of that merge request.
<app-form-page>
<form [formGroup]="formGroup" (ngSubmit)="submit()">
<h1>Inscription</h1>
......@@ -46,7 +47,6 @@
target="_blank">mentions légales</a>.
</small>
</p>
<p>
J'accepte qu'OSER utilise mes données personnelles fournies ci-dessus ou dans le formulaire d'inscription
adminsitrative, dans le strict respect du cadre spécifié ci-dessus :
......@@ -54,6 +54,7 @@
<mat-checkbox id="checkboxUtilisation" class="checkbox-field" formControlName="agree" required>
J'accepte cette utilisation
</mat-checkbox>
<p class="text-center">
<a mat-raised-button color="accent" [disabled]="formGroup.value.agree == false"
......@@ -64,10 +65,10 @@
</a>
</p>
<mat-checkbox class="checkbox-field" formControlName="filledForm" required>
J'ai rempli le formulaire
</mat-checkbox>
<p>
Il ne te reste plus qu'à choisir un mot de passe. :-)
</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment