Browse Source

Remove some text and update test url

pull/160/head
Navpreet Grewal 5 years ago
parent
commit
2bb0ed3aec
2 changed files with 2 additions and 11 deletions
  1. +1
    -10
      edivorce/apps/core/templates/success.html
  2. +1
    -1
      edivorce/settings/openshift.py

+ 1
- 10
edivorce/apps/core/templates/success.html View File

@ -5,16 +5,7 @@
{% block content %} {% block content %}
<h1 class="checkmark">You have met the conditions for using the Online Divorce Assistant</h1> <h1 class="checkmark">You have met the conditions for using the Online Divorce Assistant</h1>
<h2>1. Gather your documents</h2>
<p>You will need the following documents to move forward with the divorce request:</p>
<ul>
<li>Marriage certificate </li>
<li>Separation agreement (if applicable) </li>
<li>Court order (if applicable) </li>
</ul>
<h2>2. Register or Login</h2>
<h2> Register or Login</h2>
<p>You will need a BCeID or BC Services Card account to access the Online Divorce Assistant. This is an online "ID" <p>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.</p> and password that enables you to securely access multiple online government services with a single user ID and password.</p>


+ 1
- 1
edivorce/settings/openshift.py View File

@ -63,7 +63,7 @@ if DEPLOYMENT_TYPE == 'dev':
if DEPLOYMENT_TYPE == 'test': if DEPLOYMENT_TYPE == 'test':
PROXY_URL_PREFIX = os.getenv('PROXY_URL_PREFIX', '/divorce-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_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_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) LOGOUT_URL = LOGOUT_URL_TEMPLATE % (PROXY_BASE_URL, PROXY_URL_PREFIX)


Loading…
Cancel
Save