Affichage de la liste des contrat d'un employé
Some checks failed
Organisation/sirh/pipeline/head There was a failure building this commit
Organisation/sirh/pipeline/pr-main There was a failure building this commit

This commit is contained in:
2026-06-18 15:30:15 +00:00
parent 67c14cfc7e
commit 73e0fab052
6 changed files with 144 additions and 3 deletions

View File

@@ -29,11 +29,17 @@ urlpatterns = [
views.creation_contrat,
name='creation-contrat'
),
path(
'employe/<int:employe_id>/contrats/'
, views.contrats_employe,
name="contrats-employe"
),
path(
'contrat/supprimer/',
views.suppression_contrat,
name='supprimer-contrat'
),
path(
'Affectation/affectation/',
views.affecter_employe_projet,