init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
@using Kreta.Web.Classes
|
||||
@using Kreta.Web.Areas.OsztalyCsoport.Models
|
||||
@using Kreta.Resources;
|
||||
@model AlapkepzesCsoportModel
|
||||
|
||||
@using (Html.KretaForm("CsoportForm"))
|
||||
{
|
||||
@Html.KretaValidationSummary()
|
||||
|
||||
@Html.HiddenFor(x => x.ID)
|
||||
|
||||
@Html.Partial(@"CsoportModify_Bevitel", Model)
|
||||
}
|
||||
Reference in New Issue
Block a user