aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2025-03-28 20:38:06 +0000
committerzsloan2025-03-28 20:38:47 +0000
commite6ae127e6fe86b738d16d22d70a5db2dadf349a0 (patch)
tree392a6324ec9bde90314b29f6047f39874c070a0a
parent69fd4dc0b95e99c81b9d800659cb690ea6731405 (diff)
downloadgn-auth-e6ae127e6fe86b738d16d22d70a5db2dadf349a0.tar.gz
Add link to register account to sign-in page
-rw-r--r--gn_auth/templates/oauth2/authorise-user.html2
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%}