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>

View file

@ -49,6 +49,7 @@ en:
misc: Miscellaneous
create_btn: Create registrar
update_btn: Update registrar
legaldoc_optout: Opt-out from legal document requirement
address:
header: Address

View file

@ -2190,8 +2190,6 @@ CREATE TABLE public.users (
username character varying,
plain_text_password character varying,
created_at timestamp without time zone,
<<<<<<< HEAD
=======
session character varying,
children json,
uuid character varying