Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
etchegom committed Dec 2, 2024
1 parent e222e2a commit e22ef61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recoco/apps/demarches_simplifiees/adapters/79838.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

def make(project: Project) -> dict[str, Any]:
d = {
# "identite_prenom": project.first_name,
# "identite_nom": project.last_name,
"champ_Q2hhbXAtMzUyMTg1Mg": project.name,
}

if owner := project.owner:
d.update(
{
"identite_prenom": owner.first_name,
"identite_nom": owner.last_name,
"champ_Q2hhbXAtMzUyMTg0Ng": f"{owner.last_name} {owner.first_name}",
"champ_Q2hhbXAtMzUyMTg0OA": owner.email,
"champ_Q2hhbXAtMzUyMTg0Nw": owner.profile.organization_position,
Expand Down

0 comments on commit e22ef61

Please sign in to comment.