bugfix, typo, not saving setting close #316

merge-requests/208/head
Thomas Lynch 4 years ago
parent 9c532f78d7
commit 7462c44c71
  1. 2
      views/pages/managesettings.pug

@ -259,7 +259,7 @@ block content
.row
.label Disable anonymizer file posting
label.postform-style.ph-5
input(type='checkbox', name='disable_onion_file_posting', value='true' checked=board.settings.disableAnonymizerFilePosting)
input(type='checkbox', name='disable_anonymizer_file_posting', value='true' checked=board.settings.disableAnonymizerFilePosting)
.row
.label Blocked Countries
include ../includes/2charisocountries.pug

Loading…
Cancel
Save