Skip to content

Commit

Permalink
fix formatting for WPP template
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin1024 committed Nov 5, 2010
1 parent f1452cf commit f96c58d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,19 +302,19 @@ apps.
populated with the context variable `form` which contains either a
`PaymentForm` or a `Confirmation` form.

<!-- payment.html -->
<h1>Show me the money</h1>
<form method="post" action="">
{{ form }}
<input type="submit" value="Pay Up">
</form>

<!-- confirmation.html -->
<h1>Are you sure you want to buy this thing?</h1>
<form method="post" action="">
{{ form }}
<input type="submit" value="Yes I Yams">
</form>
<!-- payment.html -->
<h1>Show me the money</h1>
<form method="post" action="">
{{ form }}
<input type="submit" value="Pay Up">
</form>
<!-- confirmation.html -->
<h1>Are you sure you want to buy this thing?</h1>
<form method="post" action="">
{{ form }}
<input type="submit" value="Yes I Yams">
</form>

6. Add your view to `urls.py`, and add the IPN endpoint to receive callbacks
from PayPal:
Expand Down

0 comments on commit f96c58d

Please sign in to comment.