Skip to content

Commit

Permalink
fix data
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Nov 6, 2023
1 parent 236aa11 commit e33a244
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __call__(self, *args, **kwargs):
"incarico": ruolo,
"data inizio": data_inizio,
"tipo": tipo_incarico,
"url": brain.getPath().replace("/Plone", ""),
"url": brain.getURL(),
}
)

Expand Down

0 comments on commit e33a244

Please sign in to comment.