diff --git a/views/new.slim b/views/new.slim index 6c9660bd..92fced39 100644 --- a/views/new.slim +++ b/views/new.slim @@ -60,11 +60,8 @@ javascript: .row .span6 - p - | If your page will contain objectionable (adult) content, check this box. - label.checkbox style="margin-bottom: 20px" - input name="is_nsfw" type="hidden" value="false" - input name="is_nsfw" type="checkbox" value="true" My page contains objectionable content + input name="is_nsfw" type="hidden" value="false" + p: strong If your page will contain objectionable (adult) content, check this box:    .row