diff --git a/mondumas/routes.py b/mondumas/routes.py index b718cdb..8c3cdd2 100644 --- a/mondumas/routes.py +++ b/mondumas/routes.py @@ -11,10 +11,11 @@ def includeme(config): config.add_route('login', '/login') config.add_route('logout', '/logout') config.add_route('redefinir_mdp', '/redefinir_mdp/{lien}') + config.add_route('init_mdp', '/init_mdp/{user}/{lien}') # dossier config.add_route('devis_view', '/devis_view/{nodossier}') config.add_route('dossier_edit', '/dossier_edit/{nodossier}') - config.add_route('dossier_lookup', '/chantier_lookup') + config.add_route('dossier_lookup', '/dossier_lookup') config.add_route('dossier_select', '/dossier_select/{date}') config.add_route('dossier_selected', '/dossier_selected/{goto}/{date}/{nodossier}') config.add_route('dossier_view', '/dossier_view/{nodossier}') diff --git a/mondumas/templates/default/home.pt b/mondumas/templates/default/home.pt index 80be4df..3428be6 100644 --- a/mondumas/templates/default/home.pt +++ b/mondumas/templates/default/home.pt @@ -20,7 +20,7 @@

RAPPORTS RDF

- +

RECH. DOSSIER

diff --git a/mondumas/templates/layouts/global_layout.pt b/mondumas/templates/layouts/global_layout.pt index 30cc256..78e674c 100644 --- a/mondumas/templates/layouts/global_layout.pt +++ b/mondumas/templates/layouts/global_layout.pt @@ -54,7 +54,7 @@