Browse Source

Fixed broken link

pull/172/head
Michael Olund 5 years ago
parent
commit
39d2bac92b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      edivorce/apps/core/templates/success.html

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

@ -28,7 +28,7 @@
<div class="flex-row" id="login" style="width: 30%;"> <div class="flex-row" id="login" style="width: 30%;">
<h3>Login with a <br>BCeID or BC Services Card</br></h3> <h3>Login with a <br>BCeID or BC Services Card</br></h3>
<p>Once you login, you’ll be taken back to this website.</p> <p>Once you login, you’ll be taken back to this website.</p>
<a class="btn btn-primary btn-lg btn-block" href="{% url 'login' %}">
<a class="btn btn-primary btn-lg btn-block" href="{% url 'oidc_authentication_init' %}">
Login Login
</a> </a>
</div> </div>


Loading…
Cancel
Save