name='selectionner_template'),
url(r'^recrutement/pieces/$', 'recrutement.views.postuler_appel_offre',
name='pieces'),
+ url(r'^call/(?P<method>[a-z_-]+)/$',
+ 'recrutement.api.api', name='recrutement_api'),
url(r'^recrutement/postuler_appel_offre/$',
'recrutement.views.postuler_appel_offre', name='postuler_appel_offre'),
(r'^tinymce/', include('tinymce.urls')),