Fixed review

This commit is contained in:
Nicolas Lœuillet
2021-08-30 15:34:34 +02:00
committed by Jeremy Benoist
parent 9992017fb7
commit 0feee8ba9a
2 changed files with 2 additions and 1 deletions

View File

@ -131,7 +131,7 @@
{{ form_label(form.isUnread) }}
</div>
<div class="input-field col s6 with-checkbox">
<div class="input-field col s12 with-checkbox">
{{ form_widget(form.isAnnotated) }}
{{ form_label(form.isAnnotated) }}
</div>