Add cloudflare warning when register
This commit is contained in:
parent
fac734b6a8
commit
3810837b65
3 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,9 @@
|
|||
.fields-group
|
||||
= f.input :agreement, as: :boolean, wrapper: :with_label, label: t('auth.privacy_policy_agreement_html', rules_path: about_more_path, privacy_policy_path: privacy_policy_path), required: true
|
||||
|
||||
%div
|
||||
= t('auth.cloudflare_with_registering')
|
||||
|
||||
.actions
|
||||
= f.button :button, @invite.present? ? t('auth.register') : sign_up_message, type: :submit
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue