commit number x
This commit is contained in:
parent
df95356d2e
commit
53f52a91f8
@ -31,7 +31,7 @@
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="startDate">Дата открытия</label>
|
||||
<input class="form-control" type="date" name="dateopen" id="dateopen" value="@(Model==null ? "" : Model.Shop?.DateOpen.ToString("yyyy-MM-dd"))" />
|
||||
<input class="form-control" type="date" name="openingdate" id="openingdate" value="@(Model==null ? "" : Model.Shop?.DateOpen.ToString("yyyy-MM-dd"))" />
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Вместимость</label>
|
||||
|
Loading…
x
Reference in New Issue
Block a user