Skip to content

Commit

Permalink
Fixes the failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
sery0ga committed Apr 4, 2015
1 parent bb50db1 commit f3f6ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/element/payment.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h1 class="text-center">Become a Supporter</h1>
action="@person.id.map { id => @routes.Membership.charge() }.getOrElse { @routes.Registration.charge() }"
method="POST" id="payment-form" autocomplete="on">
<span class="payment-errors"></span>
@org.foreach { organisation =>
@org.map { organisation =>
<input type="hidden" name="orgId" value="@organisation.id.getOrElse(0)"/>
}
<legend>Step 1: Fee</legend>
Expand Down

0 comments on commit f3f6ebe

Please sign in to comment.