blob: 7e9dacec2e119fdb79f1f8f6b9897b2ed7eb531b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 %}
|