From 6710758f9dcfb4831117ac32477b54714d8743ef Mon Sep 17 00:00:00 2001 From: "Benoit C. Sirois" Date: Thu, 11 Apr 2013 15:30:43 -0400 Subject: [PATCH 1/1] 5834 --- project/dae/templates/dae/embauche-dossier-consulter.html | 4 ++-- project/dae/templates/dae/embauche_consulter.html | 2 +- project/dae/templates/dae/poste_resume.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/project/dae/templates/dae/embauche-dossier-consulter.html b/project/dae/templates/dae/embauche-dossier-consulter.html index 709e355..bf4caa3 100644 --- a/project/dae/templates/dae/embauche-dossier-consulter.html +++ b/project/dae/templates/dae/embauche-dossier-consulter.html @@ -74,7 +74,7 @@ {% if ancien_dossier and ancien_dossier.remunerations.all.count > 0 %} - Rémunérations + Rémunération {% rh_remun_form_for_year ancien_dossier %} @@ -116,7 +116,7 @@ {% if precedent_titulaire and precedent_titulaire.remunerations.all.count > 0 %} - Rémunérations + Rémunération {% rh_remun_form_for_year precedent_titulaire %} diff --git a/project/dae/templates/dae/embauche_consulter.html b/project/dae/templates/dae/embauche_consulter.html index ba43f6d..185a2a3 100644 --- a/project/dae/templates/dae/embauche_consulter.html +++ b/project/dae/templates/dae/embauche_consulter.html @@ -93,7 +93,7 @@ {% if dc.dossier_comparaison_remunerations.count > 0 %} - Rémunérations + Rémunération {% dossier_cmp_remun_form dc %} diff --git a/project/dae/templates/dae/poste_resume.html b/project/dae/templates/dae/poste_resume.html index c38ad9a..76b7252 100644 --- a/project/dae/templates/dae/poste_resume.html +++ b/project/dae/templates/dae/poste_resume.html @@ -332,7 +332,7 @@ {% if poste_connexe.poste_comparaison_remunerations.count > 0 %} - Rémunérations + Rémunération {% poste_cmp_remun_form poste_connexe %} -- 1.7.10.4