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:
e1a8190
)
Bug dans lien pour Offre d'emploi
author
PA Parent
<paparent@paparent.me>
Wed, 6 Jun 2012 19:34:37 +0000
(15:34 -0400)
committer
PA Parent
<paparent@paparent.me>
Wed, 6 Jun 2012 19:34:37 +0000
(15:34 -0400)
project/recrutement/admin.py
patch
|
blob
|
blame
|
history
diff --git
a/project/recrutement/admin.py
b/project/recrutement/admin.py
index
a811446
..
2365596
100644
(file)
--- a/
project/recrutement/admin.py
+++ b/
project/recrutement/admin.py
@@
-87,7
+87,7
@@
class OffreEmploiAdmin(BaseAdmin, VersionAdmin):
### Afficher la liste des candidats pour l'offre d'emploi
def _candidatsList(self, obj):
return "<a href='%s?offre_emploi__id__exact=%s'>Voir les candidats \
- </a>" % (reverse('admin:recrutement_candidat_changelist'), obj.id)
+ </a>" % (reverse('admin:emploi_candidat_changelist'), obj.id)
_candidatsList.allow_tags = True
_candidatsList.short_description = "Afficher la liste des candidats"