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

Commit

Permalink
Use standard tip UI for ANON; #1056
Browse files Browse the repository at this point in the history
We had been WET here.
  • Loading branch information
chadwhitacre committed Jun 18, 2013
1 parent 91d5930 commit 88a6b9b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions templates/participant.tip.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@

<h2>Your Weekly {{ "Pledge" if path.decoded.startswith('/on/') else "Gift" }}</h2>

<select class="my-tip anon">
{% for amount in AMOUNTS %}
<option value="amount"{{ ' selected="1"' if amount == 0 else ""}}>${{ amount }}</option>
{% end %}
</select>
{% set my_tip = 0 %}
{% set tippee = participant.username %}
{% include "my-tip.html" %}

{% include sign-in-using-to-give.html %}

Expand Down

0 comments on commit 88a6b9b

Please sign in to comment.