add a page to pro website

This commit is contained in:
Baptiste Delpey 2015-06-10 10:42:22 +02:00 committed by Romain Bignon
commit 7b593b499f

View file

@ -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,