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
(from parent 1:
1ae43e0
)
[#2034] Remonter la date de début de l'affectation pour la mettre en dessous du bureau.
author
PA Parent
<paparent@paparent.me>
Wed, 20 Jun 2012 19:29:44 +0000
(15:29 -0400)
committer
PA Parent
<paparent@paparent.me>
Wed, 20 Jun 2012 19:29:44 +0000
(15:29 -0400)
project/recrutement/admin.py
patch
|
blob
|
blame
|
history
diff --git
a/project/recrutement/admin.py
b/project/recrutement/admin.py
index
b0e501c
..
0ccb160
100644
(file)
--- a/
project/recrutement/admin.py
+++ b/
project/recrutement/admin.py
@@
-65,6
+65,24
@@
class OffreEmploiAdmin(BaseAdmin, VersionAdmin):
list_filter = ('statut',)
actions = ['affecter_evaluateurs_offre_emploi', ]
form = OffreEmploiForm
+ fieldsets = (
+ (None, {
+ 'fields': (
+ 'est_affiche',
+ 'statut',
+ 'date_limite',
+ 'nom',
+ 'description',
+ 'poste',
+ 'region',
+ 'bureau',
+ 'debut_affectation',
+ 'duree_affectation',
+ 'renumeration',
+ 'lieu_affectation',
+ )
+ }),
+ )
### Actions à afficher
def get_actions(self, request):