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>
</div>
<div>
<!-- <div>
<input
*ngIf="enrollment.end"
id="student-enroll-end-input{{ i }}"
name="student-enroll-end-input{{ i }}"
type="date"
[(ngModel)]="enrollment.end" />
</div>
</div> -->
<div>
<button
*ngIf="enrollment.begin"