Projet

Général

Profil

0010-to-fixup-remove-birthplace-from-text_template.patch

Benjamin Dauvergne, 01 juin 2021 11:07

Télécharger (865 octets)

Voir les différences:

Subject: [PATCH 10/12] to fixup: remove birthplace from text_template

 passerelle/apps/franceconnect_data/models.py | 1 -
 1 file changed, 1 deletion(-)
passerelle/apps/franceconnect_data/models.py
58 58
        default=(
59 59
            '''{{ fc.given_name }} {{ fc.family_name }} '''
60 60
            '''{% if fc.gender == 'male' %}né{% else %}née{% endif %} le {{ fc.birthdate }} '''
61
            '''à {{ fc.birthplace }}'''
62 61
        ),
63 62
    )
64 63

  
65
-