diff options
-rw-r--r-- | gn_auth/templates/oauth2/authorise-user.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gn_auth/templates/oauth2/authorise-user.html b/gn_auth/templates/oauth2/authorise-user.html index 2e4e540..f186167 100644 --- a/gn_auth/templates/oauth2/authorise-user.html +++ b/gn_auth/templates/oauth2/authorise-user.html @@ -59,6 +59,8 @@ {%endif%} </div> </div> + <hr> + <a href="{{ source_uri }}/oauth2/user/register" class="btn btn-primary" role="button">Create a New Account</a> </form> </div> {%endblock%} |