diff options
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 %} |