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:
parent
b5557a63a2
commit
4e07385949
14 changed files with 467 additions and 50 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue