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