diff --git a/Sevomin.WebFrontend/Views/Job/JobEditor.cshtml b/Sevomin.WebFrontend/Views/Job/JobEditor.cshtml index f7d9ebd..d6d0956 100644 --- a/Sevomin.WebFrontend/Views/Job/JobEditor.cshtml +++ b/Sevomin.WebFrontend/Views/Job/JobEditor.cshtml @@ -63,7 +63,7 @@ @category.Key foreach (var item in category) { - @Html.EditorFor(m => item) + @Html.Partial("JobParameterViewModel", item) } } diff --git a/Sevomin.WebFrontend/Views/Shared/EditorTemplates/JobParameterViewModel.cshtml b/Sevomin.WebFrontend/Views/Shared/JobParameterViewModel.cshtml similarity index 100% rename from Sevomin.WebFrontend/Views/Shared/EditorTemplates/JobParameterViewModel.cshtml rename to Sevomin.WebFrontend/Views/Shared/JobParameterViewModel.cshtml