New Donation

Please enter your donation details (this is a donation, and will not be applied towards your account):

<%= braintree_form_for :transaction, :html => {:autocomplete => "off"} do |f|%> <%= f.label :amount, t(:amount)%> <%= f.text_field :amount%>
<%= f.submit "Submit Donation", :class => 'btn btn-primary'%> <%end%>