Status update emails.
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Fri, 12 Jul 2013 15:03:59 +0000 (17:03 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Fri, 12 Jul 2013 15:03:59 +0000 (17:03 +0200)
commit9a5423b58158ae6d970cdd7a3dc25e5559aa374a
tree6c48c8161a7b13dd14431e0dd40e3ae6ded46bf6
parent72959c8d0c74c83da56f8b1a86ec6d915d3fe57c
Status update emails.
19 files changed:
apps/funding/forms.py
apps/funding/locale/pl/LC_MESSAGES/django.mo
apps/funding/locale/pl/LC_MESSAGES/django.po
apps/funding/migrations/0015_auto__add_field_funding_notifications__add_field_funding_notify_key.py [new file with mode: 0644]
apps/funding/models.py
apps/funding/templates/funding/disable_notifications.html [new file with mode: 0755]
apps/funding/templates/funding/email.txt [deleted file]
apps/funding/templates/funding/email/base.txt [new file with mode: 0755]
apps/funding/templates/funding/email/end.txt [new file with mode: 0755]
apps/funding/templates/funding/email/near.txt [new file with mode: 0755]
apps/funding/templates/funding/email/published.txt [new file with mode: 0755]
apps/funding/templates/funding/email/thanks.txt [new file with mode: 0644]
apps/funding/templates/funding/no_thanks.html [changed mode: 0755->0644]
apps/funding/templates/funding/offer_detail.html [changed mode: 0755->0644]
apps/funding/templates/funding/offer_list.html [changed mode: 0755->0644]
apps/funding/templates/funding/thanks.html [changed mode: 0755->0644]
apps/funding/templates/funding/wlfund.html [changed mode: 0755->0644]
apps/funding/urls.py
apps/funding/views.py