Browse Source

Affiche le message pour le bon utilisateur à la validation.

fix_front_profil
Hugo LEVY-FALK 8 years ago
parent
commit
8ed531b750
  1. 4
      cotisations/models.py

4
cotisations/models.py

@ -695,8 +695,8 @@ class Paiement(RevMixin, AclMixin, models.Model):
request, request,
_("The cotisation of %(member_name)s has been \ _("The cotisation of %(member_name)s has been \
extended to %(end_date)s.") % { extended to %(end_date)s.") % {
'member_name': request.user.pseudo, 'member_name': invoice.user.pseudo,
'end_date': request.user.end_adhesion() 'end_date': invoice.user.end_adhesion()
} }
) )
# Else, only tell the invoice was created # Else, only tell the invoice was created

Loading…
Cancel
Save