Added command make_donations_charges in order to create stripe current monthly donations from all donators. Now the user can logout using navbar. Added restriction to user in order to make a donation when he has an active monthly donation . Added donations view where the user can view their recents donations. Now users receive an email after making his first donation.

This commit is contained in:
Levi 2016-07-29 00:17:34 -05:00
commit 4e07385949
14 changed files with 467 additions and 50 deletions

View file

@ -347,8 +347,6 @@ class PaymentVMView(LoginRequiredMixin, FormView):
order.set_approved()
# Send notification to ungleich as soon as VM has been booked
# TODO send email using celery
context = {
'vm': plan,
'order': order,