From b343eb3d3c71d280956610e321441a5fa1d88dbf Mon Sep 17 00:00:00 2001 From: PA Parent Date: Wed, 21 Dec 2011 15:06:46 -0500 Subject: [PATCH] =?utf8?q?Employ=C3=A9:=20Acceent=20sur=20employ=C3=A9=20com?= =?utf8?q?mentaire?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- project/rh/models.py | 4 ++++ 1 file changed, 4 insertions(+) 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'), -- 1.7.10.4