fix ged test url

This commit is contained in:
Frédéric Péters 2014-10-21 15:40:38 +02:00
parent 9f04c7e537
commit a2e718b102
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ from plone import api
class SendWithDocbowView(BrowserView):
def __call__(self):
version_url = self.context.absolute_url()
if 'test.pfwb.be' in version_url:
if 'test.ged.pfwb.be' in version_url:
docbow = 'https://test-secure.pfwb.be'
else:
docbow = 'https://secure.pfwb.be'