This commit is contained in:
Igor Hrenowitsch Propisnov 2024-03-18 13:23:15 +01:00
parent a7d205b270
commit 51d1e5488a
1 changed files with 2 additions and 2 deletions

View File

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