Prompt users to join TS when creating account

- will allow groups to sync
 - add button to get back to this prompt
 - do not sync groups until joined server
Closes #331
This commit is contained in:
Adarnof
2016-03-26 03:08:28 +00:00
parent ad7ace872f
commit 361e4a6409
6 changed files with 61 additions and 4 deletions

View File

@@ -181,6 +181,7 @@
class="glyphicon glyphicon-ok"></span></button>
</a>
{% else %}
<a href="{% url 'auth_verify_teamspeak3' %}" class="btn btn-success" title="Verify"><span class="glyphicon glyphicon-user"></a>
<a href="{% url 'auth_reset_teamspeak3_perm' %}">
<button type="button" class="btn btn-primary"><span
class="glyphicon glyphicon-refresh"></span></button>
@@ -368,6 +369,7 @@
class="glyphicon glyphicon-ok"></span></button>
</a>
{% else %}
<a href="{% url 'auth_verify_teamspeak3' %}" class="btn btn-success" title="Verify"><span class="glyphicon glyphicon-user"></a>
<a href="{% url 'auth_reset_teamspeak3_perm' %}">
<button type="button" class="btn btn-primary"><span
class="glyphicon glyphicon-refresh"></span></button>