Moved max participants and removed locationcoordinates

This commit is contained in:
Richard Flamsholt 2013-11-08 07:22:35 -06:00
Родитель 712fc24738
Коммит 775f8b8575
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -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"/>