kreta/KretaWeb/Areas/Tantargy/Views/TantargyFelosztas/TantargyFelosztasElutasitasModal.cshtml
2024-03-13 00:33:46 +01:00

10 lines
238 B
Text

@using Kreta.Web.Areas.Tantargy.Models;
@model ElutasitasModel
<div class="container-fluid details">
@using (Html.KretaForm("ElutasitasMenteseForm"))
{
@Html.KretaTextAreaFor(x => x.ElutasitasSzoveg, 20)
}
</div>