diff options
author | Linnnus <[email protected]> | 2024-04-01 13:53:20 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-04-01 13:55:32 +0200 |
commit | 3e302fdb568d28aa4061ea9bd699b4f318df0174 (patch) | |
tree | 4b7c220ee6743cb069953cf8ae366c397a24c374 /views | |
parent | ad06180a533d5ad91d737d63066efb2437f2fe0d (diff) |
Add note about dual-invitations to application form
Apparently, there are certain rules for adding members to guilds. These
are documented in the developer-facing documentation and a note is added
to the form.
Diffstat (limited to 'views')
-rw-r--r-- | views/join.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/join.html b/views/join.html index 3225210..6046e89 100644 --- a/views/join.html +++ b/views/join.html @@ -12,6 +12,10 @@ We use your username to connect you with your account later. Please make sure it's spelled correclty. </p> + <p> + If your application is accepted, we will accept your in-game guild application. + Please make sure you have supmitted such an application in the game's UI. + </p> <input class="signup__input" type="text" id="name" placeholder="PoopenFarten43"> </div> <div class="signup__box"> |