diff options
author | Jannick <[email protected]> | 2024-04-29 11:31:51 +0200 |
---|---|---|
committer | Jannick <[email protected]> | 2024-04-29 11:31:51 +0200 |
commit | 22b0b52f8f98a68b08111802c4edcb30b692bcb0 (patch) | |
tree | 4924df0312b5f4fb78796b080c35039ec5870732 /views/join_success.html | |
parent | 51ee6bae10c4a01b56f063c133a18c380ff3d23e (diff) | |
parent | 692a7fc3a5b4e6c655732c1b29274b66bea515d9 (diff) |
Merge branch 'main' of github.com:linnnus/blind-guild
Diffstat (limited to 'views/join_success.html')
-rw-r--r-- | views/join_success.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/views/join_success.html b/views/join_success.html new file mode 100644 index 0000000..7e9dace --- /dev/null +++ b/views/join_success.html @@ -0,0 +1,18 @@ +{% extends "base.html" %} + +{% block head %} + <link rel="stylesheet" href="/styles/join_common.css"> +{% endblock %} + +{% block content %} + <h1>Application recieved</h1> + <p> + Your application was submitted successfully! + We'll review it and decide if you're cool enough to join our exclusive club. + Please note that it may take a few days for us to get to your application. + </p> + <p> + If you're accepted into our elite gang of high-tier gamers, + you'll receive an in-game invite to the Blind Guild. + </p> +{% endblock %} |