Skip to content

Commit

Permalink
[ContentBundle] Remove redundant class form-group, in datetime, causing
Browse files Browse the repository at this point in the history
shifted form display in form view and remove unused sonata text block in
layout
  • Loading branch information
psyray committed Mar 3, 2015
1 parent 88288b4 commit b71b456
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Expand Up @@ -52,10 +52,8 @@
{% if widget == 'single_text' %}
{{ block('form_widget_simple') }}
{% else %}
<div class="form-group">
{{ form_widget(form.date) }}
{{ form_widget(form.time) }}
</div>
{% endif %}
{% endspaceless %}
{% endblock datetime_widget %}
Expand Down
Expand Up @@ -103,7 +103,6 @@
{% endblock %}
</div>
<div class="col-md-9">
{{ sonata_block_render({'name': '/cms/blocks/slideshow-test'}) }}
{% block content %}
{% endblock %}
</div>
Expand Down

0 comments on commit b71b456

Please sign in to comment.