mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
Tweak wording on login page
This commit is contained in:
parent
3d9660eabf
commit
1cefb7a2a1
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ if($exception){
|
|||
<h1>Log in to the Patrons Circle</h1>
|
||||
<p>Enter your email address to log in to your Patrons Circle account. Once you’re logged in, you’ll be able to <a href="/polls">vote in our occasional polls</a>, access our <a href="/bulk-downloads">bulk ebook downloads</a>, and access our <a href="/feeds">ebook feeds</a>.</p>
|
||||
<p>Anyone can <a href="/donate#patrons-circle">join the Patrons Circle</a> with a small donation in support of our continuing mission to create free, beautiful digital literature.</p>
|
||||
<p><strong>Important:</strong> We need to know your email address to be able to log you in to the Patrons Circle. You must have selected either “List my name publicly” or “Don’t list publicly, but reveal to project” when making your donation; otherwise, Fractured Atlas doesn’t share your email address with us, and we can’t include you in our login system.</p>
|
||||
<p><strong>Important:</strong> When making your donation, you must have selected either “List my name publicly” or “Don’t list publicly, but reveal to project” on the donation form; otherwise, your email address isn’t shared with us, and we can’t include you in our login system.</p>
|
||||
<?= Template::Error(['exception' => $exception]) ?>
|
||||
<form method="post" action="/sessions" class="single-row">
|
||||
<input type="hidden" name="redirect" value="<?= Formatter::ToPlainText($redirect) ?>" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue