Fixed Shop view
This commit is contained in:
parent
fd667be8b0
commit
a6264c5b1b
@ -27,7 +27,7 @@
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Адрес</label>
|
||||
<input type="text" class="form-control" name="adress" id="adress" value="@(Model==null ? "" : Model.Shop?.Address)" />
|
||||
<input type="text" class="form-control" name="address" id="address" value="@(Model==null ? "" : Model.Shop?.Address)" />
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="startDate">Дата открытия</label>
|
||||
|
Loading…
x
Reference in New Issue
Block a user