From 2bb0ed3aec15dc4f09df6b9df26e1a3b9e6c498a Mon Sep 17 00:00:00 2001 From: Navpreet Grewal Date: Mon, 8 Jun 2020 14:34:27 -0700 Subject: [PATCH] Remove some text and update test url --- edivorce/apps/core/templates/success.html | 11 +---------- edivorce/settings/openshift.py | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/edivorce/apps/core/templates/success.html b/edivorce/apps/core/templates/success.html index 2bcc4a42..69d956b9 100644 --- a/edivorce/apps/core/templates/success.html +++ b/edivorce/apps/core/templates/success.html @@ -5,16 +5,7 @@ {% block content %}

You have met the conditions for using the Online Divorce Assistant

- -

1. Gather your documents

-

You will need the following documents to move forward with the divorce request:

- - -

2. Register or Login

+

Register or Login

You will need a BCeID or BC Services Card account to access the Online Divorce Assistant. This is an online "ID" and password that enables you to securely access multiple online government services with a single user ID and password.

diff --git a/edivorce/settings/openshift.py b/edivorce/settings/openshift.py index 41018f5c..c017cfe8 100644 --- a/edivorce/settings/openshift.py +++ b/edivorce/settings/openshift.py @@ -63,7 +63,7 @@ if DEPLOYMENT_TYPE == 'dev': if DEPLOYMENT_TYPE == 'test': PROXY_URL_PREFIX = os.getenv('PROXY_URL_PREFIX', '/divorce-test') REGISTER_URL = 'https://www.test.bceid.ca/directories/bluepages/details.aspx?serviceID=5521' - REGISTER_SC_URL = 'https://logontest7.gov.bc.ca/clp-cgi/fed/fedLaunch.cgi?partner=fed38&partnerList=fed38&flags=0001:0,7&TARGET=http://dev.justice.gov.bc.ca/divorce/login' + REGISTER_SC_URL = 'https://logontest7.gov.bc.ca/clp-cgi/fed/fedLaunch.cgi?partner=fed38&partnerList=fed38&flags=0001:0,7&TARGET=http://test.justice.gov.bc.ca/divorce/login' LOGOUT_URL_TEMPLATE = 'https://logontest.gov.bc.ca/clp-cgi/logoff.cgi?returl=%s%s&retnow=1' LOGOUT_URL = LOGOUT_URL_TEMPLATE % (PROXY_BASE_URL, PROXY_URL_PREFIX)