parent
2c638cafb1
commit
773938a66d
@ -1,3 +1,9 @@ |
||||
<form action="{{ url }}" method="POST" class="form-horizontal" role="form"> |
||||
{{ form_widget(form) }} |
||||
</form> |
||||
<div class="col-md-12"> |
||||
<div class="box box-primary"> |
||||
<form action="{{ url }}" method="POST" class="form-horizontal" role="form"> |
||||
<div class="box-body"> |
||||
{{ form_widget(form) }} |
||||
</div> |
||||
</form> |
||||
</div> |
||||
</div> |
||||
|
||||
Loading…
Reference in new issue