strictfiltering checkbox fixed in new layout

merge-requests/208/head
fatchan 4 years ago
parent 22d19539b0
commit 942328ff13
  1. 2
      views/pages/managesettings.pug

@ -207,7 +207,7 @@ block content
textarea(name='filters' placeholder='newline separated, max 50') #{board.settings.filters.join('\n')}
.row
.label Strict Filtering
label.postform-style.ph-5
label.postform-style.ph-5
input(type='checkbox', name='strict_filtering', value='true' checked=board.settings.strictFiltering)
.row
.label Filter Mode

Loading…
Cancel
Save