diff --git a/interface/web/dns/templates/dns_dmarc_edit.htm b/interface/web/dns/templates/dns_dmarc_edit.htm index 1418a897bf87a17fef75e362f6ce0085487a16fe..178ec815e01695645c4b2849b82812022a354c6e 100644 --- a/interface/web/dns/templates/dns_dmarc_edit.htm +++ b/interface/web/dns/templates/dns_dmarc_edit.htm @@ -147,7 +147,7 @@ <div class="form-group"> <label class="col-sm-2 control-label">{tmpl_var name='active_txt'}</label> <div class="col-sm-3"> - {tmpl_var name='active'} + <input type="checkbox" value="1" id="active" name="active" {tmpl_var name='active'} </input> </div> </div>