)
),
modules.ModelList(
- title='Gestion des candidatures',
+ title='Recrutement',
models=(
'auf.django.emploi.models.OffreEmploi',
'project.recrutement.models.ProxyOffreEmploi',
#: __init__.py:2 templates/recrutement/affecter_evaluateurs.html:17
#: templates/recrutement/selectionner_template.html:12
msgid "Recrutement"
-msgstr "Gestion des candidatures"
+msgstr "Recrutement"
#: templates/admin/recrutement/candidat/change_form.html:19
#: templates/admin/recrutement/proxycandidat/change_form.html:19
{% if perms.rh %}
<li>
- <a href="{% url admin:app_list app_label="recrutement" %}">Gestion des
- candidatures</a>
+ <a href="{% url admin:app_list app_label="recrutement" %}">Recrutement</a>
</li>
{% endif %}