12 lines
No EOL
337 B
Text
12 lines
No EOL
337 B
Text
@using Kreta.Framework
|
|
@using Kreta.Web.Helpers
|
|
@using Kreta.Web.Areas.Orarend.Models
|
|
@model FogadooraModel
|
|
|
|
@using (Html.KretaForm("FogadooraForm"))
|
|
{
|
|
@Html.KretaValidationSummary()
|
|
<div class="container-fluid details">
|
|
@Html.Partial("~/Areas/Orarend/Views/TanariOrarend/Fogadoora_partial.cshtml", Model)
|
|
</div>
|
|
} |