diff options
author | Linnnus <[email protected]> | 2024-04-29 09:33:20 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-04-29 09:33:20 +0200 |
commit | 4ea85a09f7ab6932472ecfcf43c82515928df477 (patch) | |
tree | d99431b87b1323e7ab9f4f2310cfe2d932c3d825 /views/join_intro.html | |
parent | 3a33268067897b8670d0d39f5fd93e499230fd63 (diff) |
Use oath userid to identify applicants
Diffstat (limited to 'views/join_intro.html')
-rw-r--r-- | views/join_intro.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/views/join_intro.html b/views/join_intro.html index 9ed93d5..abea4fd 100644 --- a/views/join_intro.html +++ b/views/join_intro.html @@ -16,8 +16,9 @@ feel free to send us an application! </p> <p> - Click the button below to go to the form - where you can submit your application. + In order to sync up, we'll need you to connect your battle.net account. + Click the button below to sign in with your account. + Then you'll be taken to the application form. </p> - <a class="button" href="/join_form.html">Apply</a> + <a class="button" href="/battle">Sign in</a> {% endblock %} |