useless
parent
a7e2ed8c74
commit
4eaf1e0e01
@ -1,25 +0,0 @@
|
|||||||
@model Yavsc.Models.Workflow.Profiles.FormationSettings
|
|
||||||
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Create";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>Create</h2>
|
|
||||||
|
|
||||||
<form asp-action="Create">
|
|
||||||
<div class="form-horizontal">
|
|
||||||
<h4>FormationSettings</h4>
|
|
||||||
<hr />
|
|
||||||
<div asp-validation-summary="ValidationSummary.ModelOnly" class="text-danger"></div>
|
|
||||||
<div class="form-group">
|
|
||||||
<div class="col-md-offset-2 col-md-10">
|
|
||||||
<input type="submit" value="Create" class="btn btn-default" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
|
|
||||||
<div>
|
|
||||||
<a asp-action="Index">Back to List</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue