Add editing of opt-out flag in registrar

This commit is contained in:
Alex Sherman 2020-06-30 16:06:43 +05:00
parent 206704fee7
commit 39030fc0df
3 changed files with 10 additions and 2 deletions

View file

@ -91,6 +91,15 @@
<%= f.check_box :test_registrar, class: 'form-control' %>
</div>
</div>
<div class="form-group">
<div class="col-md-4 control-label">
<%= f.label t('.legaldoc_optout') %>
</div>
<div class="col-md-7">
<%= f.check_box :legaldoc_optout, class: 'form-control' %>
</div>
</div>
</div>
</div>
</div>