projets
/
auf_rh_dae.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
793b45d
)
[#2012] Placer nom avec prenom dans candidat
author
PA Parent
<paparent@paparent.me>
Wed, 20 Jun 2012 18:54:13 +0000
(14:54 -0400)
committer
PA Parent
<paparent@paparent.me>
Wed, 20 Jun 2012 18:54:13 +0000
(14:54 -0400)
project/recrutement/admin.py
patch
|
blob
|
blame
|
history
diff --git
a/project/recrutement/admin.py
b/project/recrutement/admin.py
index
b0972b1
..
b0e501c
100644
(file)
--- a/
project/recrutement/admin.py
+++ b/
project/recrutement/admin.py
@@
-316,7
+316,7
@@
class CandidatAdmin(BaseAdmin, VersionAdmin, ExportAdmin):
}),
('Informations personnelles', {
'fields': (
}),
('Informations personnelles', {
'fields': (
- 'prenom', 'nom', 'genre', 'nationalite',
+ 'nom', 'prenom', 'genre', 'nationalite',
'situation_famille', 'nombre_dependant'
)
}),
'situation_famille', 'nombre_dependant'
)
}),