From a87582b74ac250a5232938f3383d514cf6d9304a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Larchev=C3=AAque?= Date: Fri, 15 Jul 2011 14:32:09 -0400 Subject: [PATCH] renommage plateforme --- project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/settings.py b/project/settings.py index f496e56..26bfbfa 100644 --- a/project/settings.py +++ b/project/settings.py @@ -5,7 +5,7 @@ import socket from conf import * -PROJET_TITRE = "Demande d'autorisation d'embauche" +PROJET_TITRE = "SGRH" # Rapports d'erreurs EMAIL_SUBJECT_PREFIX = '[auf_rh_dae - %s] ' % socket.gethostname() -- 1.7.10.4