mirror of
https://github.com/internetee/registry.git
synced 2025-06-04 11:47:30 +02:00
Add editing of opt-out flag in registrar
This commit is contained in:
parent
206704fee7
commit
39030fc0df
3 changed files with 10 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue