This repository has been archived by the owner on Feb 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
24a770d
commit c0d2aca
Showing
7 changed files
with
72 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,9 +27,21 @@ | |
</header> | ||
<section> | ||
<p class="sign-in-togglable" | ||
data-sign-in-to-continue="{{ _('Please sign in to continue') }}" | ||
data-sign-in-or-sign-up="{{ _('Use a third-party provider to sign in or create an account on Gratipay:') }}"> | ||
{{ _('Use a third-party provider to sign in or create an account on Gratipay:') }} | ||
data-sign-in-to-continue="{{ _('Enter your email to sign-in to Gratipay') }}" | ||
data-sign-in-or-sign-up="{{ _('Enter your email to sign-in or create an account on Gratipay') }}"> | ||
{{ _('Enter your email to sign-in or create an account on Gratipay') }} | ||
</p> | ||
|
||
<form class="email-form"> | ||
<input type="email" placeholder="[email protected]" required/> | ||
|
||
<button class="button" type="submit"> | ||
{{ _("Email me a link") }} | ||
</button> | ||
</form> | ||
|
||
<p> | ||
{{ _('Alternatively, use a third-party provider:') }} | ||
</p> | ||
<ul class="auth-links"> | ||
{% for platform in website.signin_platforms %} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters