houdini/app/views/nonprofit_mailer/setup_verification.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

30 lines
1.1 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
<p>
Congratulations on receiving your first transaction on <%= Settings.general.name %>!
</p>
<br>
<p>
Whenever you receive money on <%= Settings.general.name %>, it will go into your accounts balance. Payouts can be made to your organizations bank account automatically at the beginning of each month, or at any time with the click of a button.
</p>
<br>
<p>
<strong>Before you can make a payout</strong>, you need to connect your organization's bank account for withdrawals, allowing money to transfer from your account balance on <%= Settings.general.name %> directly to your organization.
</p>
<br>
<p> You can connect your bank account on this page: </p>
<br>
<h4>
<% url = nonprofits_payouts_url(@nonprofit) %>
<a href="<%= url %>"> <%= url %> </a>
</h4>
<br>
<p>
<strong>You have a 7 day window</strong> to continue processing transactions without a connected bank account. After that, transactions will become disabled. So, try to get that bank account connected as soon as you can.
</p>
<br>
<%= render 'emails/sig' %>