From 942328ff13d3b9dcb4fa89e153d0381cdbe0f648 Mon Sep 17 00:00:00 2001 From: fatchan Date: Fri, 27 Mar 2020 08:15:23 +0100 Subject: [PATCH] strictfiltering checkbox fixed in new layout --- views/pages/managesettings.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/pages/managesettings.pug b/views/pages/managesettings.pug index 765c9c6c..5b1be5d3 100644 --- a/views/pages/managesettings.pug +++ b/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