|
|
@ -870,5 +870,6 @@ def recharge(request): |
|
|
](invoice, request) |
|
|
](invoice, request) |
|
|
return render(request, 'cotisations/payment.html', content) |
|
|
return render(request, 'cotisations/payment.html', content) |
|
|
return form({ |
|
|
return form({ |
|
|
'rechargeform': refill_form |
|
|
'rechargeform': refill_form, |
|
|
|
|
|
'solde': request.user.solde |
|
|
}, 'cotisations/recharge.html', request) |
|
|
}, 'cotisations/recharge.html', request) |
|
|
|