|
|
|
@ -23,17 +23,7 @@ |
|
|
|
|
|
|
|
<div class="input-group"> |
|
|
|
<span class="input-group-addon"><span class="glyphicon glyphicon-bookmark"></span></span> |
|
|
|
<input id="gtitle" type="text" name="title" placeholder="Название" required |
|
|
|
class="form-control">{{ form.title.errors }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="form-group"> |
|
|
|
<label for="gpos">Местоположение</label> |
|
|
|
|
|
|
|
<div class="input-group"> |
|
|
|
<span class="input-group-addon"><span class="glyphicon glyphicon-map-marker"></span></span> |
|
|
|
<input id="gpos" type="text" name="address" placeholder="Где находится" |
|
|
|
class="form-control">{{ form.address.errors }} |
|
|
|
<input id="gtitle" type="text" name="title" placeholder="Название" required class="form-control">{{ form.title.errors }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="btn-group"> |
|
|
|
|