mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
Merge branch 'master' into 'master'
Added a link/button on the TS page that will show/hide instructions if the... See merge request allianceauth/allianceauth!1618
This commit is contained in:
commit
8ba031cc31
@ -14,6 +14,25 @@
|
|||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<a href="ts3server://{{ public_url }}?token={{ authinfo.teamspeak3_perm_key }}&nickname={{ authinfo.teamspeak3_uid }}" class="btn btn-primary btn-block btn-lg" title="Join">{% translate "Join Server" %}</a>
|
<a href="ts3server://{{ public_url }}?token={{ authinfo.teamspeak3_perm_key }}&nickname={{ authinfo.teamspeak3_uid }}" class="btn btn-primary btn-block btn-lg" title="Join">{% translate "Join Server" %}</a>
|
||||||
<br>
|
<br>
|
||||||
|
<div class="bg-body-tertiary text-center">
|
||||||
|
<a href="#" onclick="document.getElementById('tokenDiv').classList.toggle('hidden');">{% translate "Join button not working, click here?" %}</a>
|
||||||
|
</div>
|
||||||
|
<div class="hidden text-center" id="tokenDiv">
|
||||||
|
<p>
|
||||||
|
{% translate "TS3:"%} <br/>
|
||||||
|
{% translate "Connect to "%}{{ public_url }} <br/>
|
||||||
|
{% translate "Click the Permissions in the top toolbar"%} <br/>
|
||||||
|
{% translate "Select Use Privilege Key"%} <br/>
|
||||||
|
{% translate "Enter "%}{{ authinfo.teamspeak3_perm_key }}
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
{% translate "TS5: "%} <br/>
|
||||||
|
{% translate "Connect to "%}{{ public_url }} <br/>
|
||||||
|
{% translate "Right click the server"%} <br/>
|
||||||
|
{% translate "Select Use Privilege Key"%} <br/>
|
||||||
|
{% translate "Enter "%}{{ authinfo.teamspeak3_perm_key }}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
<form class="form-signin" role="form" action="{% url 'teamspeak3:verify' %}" method="POST">
|
<form class="form-signin" role="form" action="{% url 'teamspeak3:verify' %}" method="POST">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user