You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

42 lines
1.2 KiB

{% extends 'base.html' %}
{% block title %}{{ block.super }}: Overview{% endblock %}
{% block content %}
<div>
<h1>You have met the conditions for requesting a divorce in B.C.</h1>
<p><strong>Documents you will need to move forward with the divorce request:</strong></p>
<ul>
<li>Marriage certificate</li>
<li>Separation agreement or court order</li>
</ul>
<h4>Please register or login to continue.</h4>
<p>If you already have a <strong>Basic</strong> BCeID, then you can login now.
Otherwise you will need to register for a <strong>Basic</strong> BCeID to continue.</p>
<div class="form-buttons clearfix">
<a class="btn btn-success" href="{% url 'login' %}">
I already have a Basic BCeID<br />Login Now
</a>
<a class="btn btn-success" href="{% url 'login' %}">
I already have a personal BCeID<br />Login Now
</a>
<a class="btn btn-success" href="{% url 'register' %}">
Register for a<br />Basic BCeID
</a>
</div>
</div>
{% endblock %}
{% block formbuttons %}
<!-- no formbuttons -->
{% endblock %}
{% block sidebarNav %}
<!-- no sidebar -->
{% endblock %}
{% block sidebar %}
<!-- no sidebar -->
{% endblock %}