Signup form stuff

main
VT Social 2023-07-15 01:59:35 +00:00
parent dd900626ec
commit e274213054
1 changed files with 5 additions and 1 deletions

View File

@ -54,7 +54,11 @@
wrapper: :with_label
- if approved_registrations? && @invite.blank?
%p.lead= t('auth.sign_up.manual_review', domain: site_hostname)
%p.lead.signup-request
%strong Important:
Please read the instructions on the
%a{:href => "/about"} about
page and provide us with the information we need to approve your signup! We need links to your content and a verification post/mention to approve your account!
.fields-group
= f.simple_fields_for :invite_request, resource.invite_request || resource.build_invite_request do |invite_request_fields|