redo pisdez

This commit is contained in:
Igor Hrenowitsch Propisnov 2024-03-20 15:36:02 +01:00
parent 0e6d1936cd
commit dd5537b1e6
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"