Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Hide sign-in form behind ?beta flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Jul 13, 2017
1 parent f632369 commit 171cf54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/sign-in-modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
</button>
</header>
<section>
{% if 'beta' in request.qs %}
<p class="sign-in-togglable"
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') }}">
Expand All @@ -39,6 +40,7 @@
{{ _("Email me a link") }}
</button>
</form>
{% endif %}

<p class="sign-in-togglable"
data-sign-in-to-continue="{{ _('Please sign in to continue') }}"
Expand Down

0 comments on commit 171cf54

Please sign in to comment.