Skip getpaid's PaymentMethodForm,
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 18 Apr 2013 13:54:27 +0000 (15:54 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 18 Apr 2013 13:55:10 +0000 (15:55 +0200)
commitff132bd3bbbad657112d7a7d9e16fe7530055b3f
treec891c22df819b281b7dd437400563c1d99123db5
parent0f1d9c82677e949f5333447343ae72f45d4841be
Skip getpaid's PaymentMethodForm,
remove 'anonymous' option, simply allow anonymous payments instead,
nicer admin pages for funding.
14 files changed:
apps/funding/admin.py
apps/funding/forms.py
apps/funding/migrations/0006_auto__del_field_funding_anonymous.py [new file with mode: 0644]
apps/funding/migrations/0007_auto__add_field_perk_end_date.py [new file with mode: 0644]
apps/funding/models.py
apps/funding/static/funding/funding.css
apps/funding/static/funding/funding.scss
apps/funding/templates/funding/funding_detail.html [deleted file]
apps/funding/templates/funding/no_thanks.html [new file with mode: 0755]
apps/funding/templates/funding/offer_detail.html
apps/funding/templates/funding/thanks.html
apps/funding/templates/funding/widgets/amount.html
apps/funding/urls.py
apps/funding/views.py