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

Commit

Permalink
Trying again with opt-in wording on profile (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Jun 14, 2012
1 parent 4948b9b commit 5fb7962
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions www/github/%login/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ <h2 class="first"><b>{{ name }}</b> {{ get_tipjar(username, claimed=False) }}</h
</ul>
{% end %}

<h3>Gittip happens every Friday.</h3>
<h3>Gittip is <b>opt-in</b>.</h3>

<p>The pledged amount above is what the Gittip community is willing to
give {{ username }} as a weekly gift, but only if {{ username }}
accepts it. Gittip is <b>opt-in</b>. We never collect money on a
person&rsquo;s behalf until that person opts-in by
<a href="{{ github_oauth_url(username) }}">claiming their account</a>.</p>
<p>We never collect money on a person&rsquo;s behalf until that person
opts-in by claiming their account, which {{ username }} has not done.
Any amount above is what the Gittip community is willing to give
{{ username }} as a weekly gift, but only if {{ username }} accepts
it by opting in.</p>

{% elif usertype == "organization" %}

Expand Down

0 comments on commit 5fb7962

Please sign in to comment.