Skip to content

Commit

Permalink
#173 Make more obvius why th programmer can't be paid.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonylampada committed Jun 21, 2013
1 parent 3c68e67 commit 005d70d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added djangoproject/core/static/img/nopayment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions djangoproject/templates/core/pay_offer_angular.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ <h3>
<td>
<img ng-show="{[{ solution.acceptsPaypal }]}" src="/static/img/paypal_icon_32.png" class="popopo" rel="popover" data-content="FreedomSponsors has verified that this user is able to receive payments via Paypal" data-original-title="Paypal verified">
<img ng-show="{[{ solution.acceptsBitcoin }]}" src="/static/img/bitcoin_icon_32.png" class="popopo" rel="popover" data-content="This user may receive payments in Bitcoin" data-original-title="Accepts Bitcoin">
<img ng-show="{[{ !solution.acceptsBitcoin && !solution.acceptsPaypal }]}" src="/static/img/nopayment.png" class="popopo" rel="popover" data-content="This user is unable to receive payments of any sort because no Paypal account or Bitcoin receive address is available." data-original-title="No payment method available">
</td>
<td>
<input type="hidden" name="solutionId_{[{ $index }]}" value="{[{ solution.id }]}">
Expand Down

0 comments on commit 005d70d

Please sign in to comment.