mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-14 17:00:32 +00:00
commit
26e99f5015
3 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
var admins = ["Simple", "Yaluzan", "Lome", "Lambo", "Prommah", "Vindaloo"];
|
var admins = ["Yaluzan", "Lome", "Lambo", "Prommah", "Vindaloo"];
|
||||||
$("#admin").html(function () {
|
$("#admin").html(function () {
|
||||||
var i = Math.floor(Math.random() * admins.length);
|
var i = Math.floor(Math.random() * admins.length);
|
||||||
return admins[i];
|
return admins[i];
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
var admins = ["Simple", "Yaluzan", "Lome", "Lambo", "Prommah", "Vindaloo"];
|
var admins = ["Yaluzan", "Lome", "Lambo", "Prommah", "Vindaloo"];
|
||||||
$("#admin").html(function () {
|
$("#admin").html(function () {
|
||||||
var i = Math.floor(Math.random() * admins.length);
|
var i = Math.floor(Math.random() * admins.length);
|
||||||
return admins[i];
|
return admins[i];
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
<div>
|
<div>
|
||||||
<img src="/images/ensl_logo.png" alt="ENSL Logo" />
|
<img src="/images/ensl_logo.png" alt="ENSL Logo" />
|
||||||
</div>
|
</div>
|
||||||
<h3>You're currently barred from joining gathers</h3>
|
<h3>You're currently banned from joining gathers</h3>
|
||||||
<h3><small>Either wait for the ban to expire or talk to an admin to get it lifted</small></h3>
|
<h3><small>Either wait for the ban to expire or talk to an admin to get it lifted</small></h3>
|
||||||
<br />
|
<br />
|
||||||
<p><a class="btn btn-primary btn-lg" href="{{ redirect }}" role="button">See the ban list</a></p>
|
<p><a class="btn btn-primary btn-lg" href="{{ redirect }}" role="button">See the ban list</a></p>
|
||||||
|
|
Loading…
Reference in a new issue