Moved max participants and removed locationcoordinates
This commit is contained in:
Родитель
712fc24738
Коммит
775f8b8575
|
@ -25,18 +25,18 @@
|
|||
<label for="eventDescription">Description</label>
|
||||
<input type="text" id="eventDescription" data-bind="value: Description"/>
|
||||
</li>
|
||||
<li>
|
||||
<label for="eventMaxParticipants">Limited seats</label>
|
||||
<input type="text" id="eventMaxParticipants" data-bind="value: MaxParticipants"/>
|
||||
</li>
|
||||
<li>
|
||||
<label for="eventLocationDescription">Where</label>
|
||||
<input type="text" id="eventLocationDescription" data-bind="value: LocationDescription"/>
|
||||
</li>
|
||||
<li>
|
||||
<label for="eventMaxParticipants">Limited seats</label>
|
||||
<input type="text" id="eventMaxParticipants" data-bind="value: MaxParticipants"/>
|
||||
</li>
|
||||
<!--<li>
|
||||
<label for="eventLocationCoordinates">On the map</label>
|
||||
<input type="text" id="eventLocationCoordinates" data-bind="value: LocationCoordinates"/>
|
||||
</li>
|
||||
</li>-->
|
||||
<li>
|
||||
<label for="eventTags">Tags</label>
|
||||
<input type="text" id="eventTags" data-bind="value: Tags"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче