Release 1.0.8-rc10
This commit is contained in:
parent
d5b2930092
commit
8b9a9103fc
9 changed files with 302 additions and 19 deletions
|
|
@ -67,6 +67,15 @@
|
|||
<span asp-validation-for="Active" class="text-danger"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
||||
<label asp-for="ExerciseCountryCode" class="col-md-2 control-label">Pays d'exercice</label>
|
||||
<div class="col-md-10">
|
||||
<select asp-for="ExerciseCountryCode" asp-items="ViewBag.ExerciseCountries" class="form-control"></select>
|
||||
|
||||
<span asp-validation-for="ExerciseCountryCode" class="text-danger"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
||||
<label asp-for="SIREN" class="col-md-2 control-label">SIREN</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue