Added text indicating a Discord account is needed and link to site.

This commit is contained in:
Adarnof 2015-12-02 04:51:10 +00:00
parent 57aca60cdf
commit 627dbcf210

View File

@ -17,7 +17,8 @@
{% if success %} {% if success %}
<div class="alert alert-success" role="alert">Account Linked</div> <div class="alert alert-success" role="alert">Account Linked</div>
{% endif %} {% endif %}
<p>Enter your discord account credentials below. These are not stored: they are needed to determine your user ID and make you join the server.</p> <p>Enter your Discord account credentials below. These are not stored: they are needed to determine your user ID and make you join the server.</p>
<p>If you do not have a Discord account, please create one <a href="https://discordapp.com">on their site</a> and report back with the credentials.</p>
<form class="form-signin" role="form" action="" method="POST" <form class="form-signin" role="form" action="" method="POST"
onsubmit="submitbutton.disabled = true; return true;"> onsubmit="submitbutton.disabled = true; return true;">
{% csrf_token %} {% csrf_token %}