houdini/app/views/nonprofit_mailer/failed_verification_notice.html.erb
Bradley M. Kuhn 22adb4d5fd Relicense all .erb files under new project license.
The primary license of the project is changing to:
  AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later

with some specific files to be licensed under the one of two licenses:
   CC0-1.0
   LGPL-3.0-or-later

This commit is one of the many steps to relicense the entire codebase.

Documentation granting permission for this relicensing (from all past
contributors who hold copyrights) is on file with Software Freedom
Conservancy, Inc.
2018-03-25 15:10:40 -04:00

16 lines
1.1 KiB
Text

<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
<p>Dear <%= @nonprofit.name %>,</p>
<p>We submitted your verification data, but our payment processor came back to us saying that they weren't able to verify your info. This usually happens because the name or birthdate provided in the form doesn't match your Social Security entry exactly. There is still hope, however! If you return to the <a href='<%= root_url + "/nonprofits/#{@nonprofit.id}/payouts" %>'>Payouts Page</a>, you can try one of two solutions:</p>
<ol>
<li>Securely enter your full Social Security number -- this almost always resolves any verification issues.</li>
<li>Re-enter the information on the basic form -- you can re-enter your own information or use info from another account holder.</li>
</ol>
<p><strong><a href='<%= root_url + "/nonprofits/#{@nonprofit.id}/payouts" %>'>Visit your payouts page to get everything sorted out.</a></strong></p>
<p>As always, if you have any questions, please send us a note at <%= Settings.devise.mailer_sender %></p>
<%= render 'emails/sig' %>