Skip to content
Snippets Groups Projects
Unverified Commit 18f3cbcc authored by Arthur Guédon's avatar Arthur Guédon Committed by GitHub
Browse files

Donnees personnelles (#43)

* adds support for personnal data

* modifie le form pour inclure la nationalité

* supprime le champ section et ajoute la liste des etablissements

* adapts for user

* adds validation and connects to students api for personnal data

* adds classType field and rgpd info

* corrects scholarships

* removes signup file tab

* minor presentation changes

* deletes random console.log

* changes upload component declarations

* changes upload component declarations
parent b001634a
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ import { HttpClientModule } from '@angular/common/http' ...@@ -28,7 +28,7 @@ import { HttpClientModule } from '@angular/common/http'
BrowserAnimationsModule, BrowserAnimationsModule,
MatProgressBarModule, MatProgressBarModule,
], ],
declarations: [ ParentalAuthDialogComponent,ImageRightsDialogComponent,StudentChartDialogComponent], declarations: [],
exports: [UploadComponent], exports: [UploadComponent],
providers: [UploadService], providers: [UploadService],
entryComponents : [ParentalAuthDialogComponent,ImageRightsDialogComponent,StudentChartDialogComponent] entryComponents : [ParentalAuthDialogComponent,ImageRightsDialogComponent,StudentChartDialogComponent]
......
...@@ -33,8 +33,6 @@ ...@@ -33,8 +33,6 @@
</mat-hint> </mat-hint>
</mat-form-field> </mat-form-field>
<p> <p>
Il ne te reste plus qu'à choisir un mot de passe. :-) Il ne te reste plus qu'à choisir un mot de passe. :-)
</p> </p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment