From 4f1831d5f9a99058d82789af3131225eb5fac872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Kervella?= Date: Sat, 14 Apr 2018 01:43:00 +0000 Subject: [PATCH] Little fix in cotis --- cotisations/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cotisations/views.py b/cotisations/views.py index bb2540ae..631713e8 100644 --- a/cotisations/views.py +++ b/cotisations/views.py @@ -375,7 +375,7 @@ def credit_solde(request, user, userid): ) return redirect(reverse('cotisations:index')) return form({ - 'factureform': facture, + 'factureform': invoice, 'action_name': _("Edit") }, 'cotisations/facture.html', request)