From 7b593b499f3ba82b94c48917a23bd29e827ff8f5 Mon Sep 17 00:00:00 2001 From: Baptiste Delpey Date: Wed, 10 Jun 2015 10:42:22 +0200 Subject: [PATCH] add a page to pro website --- modules/bp/browser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/bp/browser.py b/modules/bp/browser.py index 618b96f3..667fe464 100644 --- a/modules/bp/browser.py +++ b/modules/bp/browser.py @@ -49,6 +49,7 @@ class BPBrowser(Browser): r'.*synthese_assurancesEtComptes/afficheSynthese-synthese\.ea' : AccountList, r'.*synthese_assurancesEtComptes/rechercheContratAssurance-synthese.ea' : AccountList, + r'.*voscomptes/synthese/3-synthese.ea' : RedirectPage, r'.*voscomptes/synthese/synthese.ea' : ProAccountsList, r'.*voscomptes/historiqueccp/historiqueccp.ea.*' : ProAccountHistory, r'.*voscomptes/telechargercomptes/telechargercomptes.ea.*' : ProAccountHistoryDownload,