This commit is contained in:
Igor Hrenowitsch Propisnov 2024-03-20 15:35:08 +01:00
parent 546fdc4435
commit 0e6d1936cd
1 changed files with 2 additions and 2 deletions

View File

@ -21,14 +21,14 @@
+ +
</button> </button>
</div> </div>
<div> <!-- <div>
<input <input
*ngIf="enrollment.end" *ngIf="enrollment.end"
id="student-enroll-end-input{{ i }}" id="student-enroll-end-input{{ i }}"
name="student-enroll-end-input{{ i }}" name="student-enroll-end-input{{ i }}"
type="date" type="date"
[(ngModel)]="enrollment.end" /> [(ngModel)]="enrollment.end" />
</div> </div> -->
<div> <div>
<button <button
*ngIf="enrollment.begin" *ngIf="enrollment.begin"