Demo Commit

This commit is contained in:
Igor Hrenowitsch Propisnov 2024-03-18 13:19:12 +01:00
parent 546fdc4435
commit 28e532dd2f
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<div id="student-enroll-container">
<h1>{{ model | name }}</h1>
<form id="student-enroll-form">
<!-- <form id="student-enroll-form">
<div style="display: grid; grid-template-columns: auto auto auto auto">
<ng-container
*ngFor="let enrollment of student?.enrollments; index as i">
@ -39,7 +39,7 @@
</div>
</ng-container>
</div>
</form>
</form> -->
<div style="text-align: center">
<button class="button-save" (click)="save()">Save</button>