Fixes a 500, due to an obsolete property usage
This commit is contained in:
parent
85e5259ee8
commit
28c8f16417
1 changed files with 0 additions and 8 deletions
|
|
@ -26,15 +26,8 @@
|
||||||
<hr />
|
<hr />
|
||||||
@Html.ValidationSummary()
|
@Html.ValidationSummary()
|
||||||
|
|
||||||
<environment names="Development">
|
|
||||||
<fieldset><legend>Disponibilité</legend>
|
<fieldset><legend>Disponibilité</legend>
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="Availability" class="col-md-2 control-label"></label>
|
|
||||||
|
|
||||||
<div class="col-md-10" id="datepair">
|
|
||||||
@Html.EditorFor(m=>m.Availability)
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label asp-for="ActionDistance" class="col-md-2 control-label"></label>
|
<label asp-for="ActionDistance" class="col-md-2 control-label"></label>
|
||||||
<div class="col-md-10">
|
<div class="col-md-10">
|
||||||
|
|
@ -43,7 +36,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</environment>
|
|
||||||
|
|
||||||
<fieldset><legend>Grille tarifaire</legend>
|
<fieldset><legend>Grille tarifaire</legend>
|
||||||
<h2>Divers</h2>
|
<h2>Divers</h2>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue