init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
@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>
|
||||
}
|
||||
Reference in New Issue
Block a user