kreta/KretaWeb/Areas/Tanulo/Views/TanuloApaczai/ElerhetosegekPartialView.cshtml
2024-03-13 00:33:46 +01:00

11 lines
No EOL
307 B
Text

@using Kreta.Web.Models
@using Kreta.Resources
@model CimElerhetosegModel
<div class="GDPR">
<p>@TanuloApaczaiResource.ElerhetosegekGdpr
</div>
<h5 style="font-weight: bold; padding-left: 1em;">@AlkalmazottResource.ElerhetosegAdatok</h5>
@Html.Partial("_Tanulo_Elerhetoseg_Adatlap_Partial", Model)