Different handling of current payment view,
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 25 Apr 2013 11:08:36 +0000 (13:08 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 25 Apr 2013 11:17:03 +0000 (13:17 +0200)
commitdac9a35e0d86c0ec50f33d69d73be5d7ae7ae7ef
tree6e431534ad219e6bb54a52ccdf6a8f068483c80f
parent2a8b16aa45fb2b17f92068016ec72f93ccdef776
Different handling of current payment view,
add share icons,
set email for payment broker,
getpaid-1.4, reqs fix.
24 files changed:
apps/funding/admin.py [changed mode: 0755->0644]
apps/funding/forms.py [changed mode: 0755->0644]
apps/funding/locale/pl/LC_MESSAGES/django.mo
apps/funding/locale/pl/LC_MESSAGES/django.po
apps/funding/models.py
apps/funding/static/funding/funding.css
apps/funding/static/funding/funding.scss
apps/funding/templates/funding/offer_detail.html
apps/funding/templates/funding/offer_list.html
apps/funding/templates/funding/tags/funding.html
apps/funding/templates/funding/tags/offer_status.html
apps/funding/templates/funding/tags/offer_status_more.html
apps/funding/templates/funding/thanks.html
apps/funding/templates/funding/wlfund.html
apps/funding/templatetags/funding_tags.py
apps/funding/urls.py [changed mode: 0755->0644]
apps/funding/views.py
apps/wolnelektury_core/static/img/social/bigfacebook.png [new file with mode: 0644]
apps/wolnelektury_core/static/img/social/biggoogle.png [new file with mode: 0644]
apps/wolnelektury_core/static/img/social/bignk.png [new file with mode: 0644]
apps/wolnelektury_core/static/img/social/bigtwitter.png [new file with mode: 0644]
requirements.txt
wolnelektury/migrations/getpaid/0002_auto__add_field_payment_external_id__add_field_payment_description.py [new file with mode: 0644]
wolnelektury/settings/__init__.py