diff -r a8bed1c7df8e -r 3a32d2f57429 cms/app-client/app/router.js --- a/cms/app-client/app/router.js Fri Dec 02 03:30:51 2016 +0100 +++ b/cms/app-client/app/router.js Fri Dec 02 09:33:53 2016 +0100 @@ -19,7 +19,7 @@ Router.map(function() { this.route('document', { path: '/doc/:doc_id'}); - this.route('tabs/langues', { path: '/' }); + this.route('index', { path: '/' }); this.route('tabs/langues', { path: '/langues' }); this.route('tabs/carto', { path: '/cartographie' }); this.route('tabs/thematiques', { path: '/thematiques' });