2022-01-25 21:37:12 +00:00
|
|
|
- content_for :page_title do
|
|
|
|
= t('auth.confirm_captcha')
|
|
|
|
|
|
|
|
= form_tag auth_captcha_confirmation_url, method: 'POST', class: 'simple_form' do
|
|
|
|
= hidden_field_tag :confirmation_token, params[:confirmation_token]
|
|
|
|
|
|
|
|
.field-group
|
2022-01-25 22:56:57 +00:00
|
|
|
= render_captcha
|
2022-01-25 21:37:12 +00:00
|
|
|
|
|
|
|
.actions
|
|
|
|
%button.button= t('challenge.continue')
|