X-Git-Url: http://git.auf.org/?p=auf_rh_dae.git;a=blobdiff_plain;f=project%2Frh%2Fmodels.py;h=a7f07579d6d642866459c66d41bab2bd55d480dd;hp=7ea2bc1f9e76d66a14b36128bc9af8e62c58cb14;hb=b343eb3d3c71d280956610e321441a5fa1d88dbf;hpb=a6519ea6b5de75440a6e03fbfaeb636fbe39364d diff --git a/project/rh/models.py b/project/rh/models.py index 7ea2bc1..a7f0757 100644 --- a/project/rh/models.py +++ b/project/rh/models.py @@ -445,6 +445,10 @@ class EmployeCommentaire(Commentaire): employe = models.ForeignKey('Employe', db_column='employe', related_name='+') + class Meta: + verbose_name = u"Employé commentaire" + verbose_name_plural = u"Employé commentaires" + LIEN_PARENTE_CHOICES = ( ('Conjoint', 'Conjoint'),