Skip to content
Snippets Groups Projects

remove field specialite

1 file
+ 0
3
Compare changes
  • Side-by-side
  • Inline
@@ -69,9 +69,6 @@
<mat-option *ngFor="let school of possibleSchools" [value]="school.id">{{ school.name }}</mat-option>
</mat-select>
</mat-form-field>
<mat-form-field class="full-width" >
<input matInput required type="text" formControlName="specialTeaching" placeholder="Enseignements de spécialité (entrer 'aucun' si jamais vous n'etes pas concerné)" >
</mat-form-field>
<div class="form-group">
<mat-form-field class="horizontal-display">
<mat-label>Classe</mat-label>
Loading