17 lines
No EOL
561 B
Text
17 lines
No EOL
561 B
Text
@using Kreta.Resources
|
|
@using Kreta.Web.Areas.Tanulo.Models
|
|
@model TanuloModel
|
|
|
|
<div class="container-fluid details">
|
|
<h4>@TanuloResource.SportoloiTevekenyseg</h4>
|
|
|
|
@Html.HiddenFor(x => x.TanuloSportModel.DummySport)
|
|
|
|
<div class="row">
|
|
@Html.KretaTextBoxFor(x => x.TanuloSportModel.Sportag).RenderWithName(3, 3)
|
|
@Html.KretaTextBoxFor(x => x.TanuloSportModel.SportKlub).RenderWithName(3, 3)
|
|
</div>
|
|
<div class="row">
|
|
@Html.KretaTextBoxFor(x => x.TanuloSportModel.SportedzoNeve).RenderWithName(3, 9)
|
|
</div>
|
|
</div> |