Skip to content

Commit 5633a63

Browse files
bechiratierant
authored andcommitted
Use button instead of span
1 parent 4bac0ac commit 5633a63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/form/fields.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<div class="input-group date" data-toggle="datetimepicker">
1212
{{ block('datetime_widget') }}
1313
<div class="input-group-append">
14-
<span class="btn btn-outline-secondary">
14+
<button type="button" class="btn btn-outline-secondary">
1515
<span class="fa fa-calendar" aria-hidden="true"></span>
16-
</span>
16+
</button>
1717
</div>
1818
</div>
1919
{% endblock %}

0 commit comments

Comments
 (0)