mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-13 00:24:28 +00:00
commit
26e99f5015
3 changed files with 5 additions and 5 deletions
|
@ -17,9 +17,9 @@
|
|||
</div>
|
||||
|
||||
<script>
|
||||
var admins = ["Simple", "Yaluzan", "Lome", "Lambo", "Prommah", "Vindaloo"];
|
||||
var admins = ["Yaluzan", "Lome", "Lambo", "Prommah", "Vindaloo"];
|
||||
$("#admin").html(function () {
|
||||
var i = Math.floor(Math.random() * admins.length);
|
||||
return admins[i];
|
||||
}());
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
@ -19,9 +19,9 @@
|
|||
</div>
|
||||
|
||||
<script>
|
||||
var admins = ["Simple", "Yaluzan", "Lome", "Lambo", "Prommah", "Vindaloo"];
|
||||
var admins = ["Yaluzan", "Lome", "Lambo", "Prommah", "Vindaloo"];
|
||||
$("#admin").html(function () {
|
||||
var i = Math.floor(Math.random() * admins.length);
|
||||
return admins[i];
|
||||
}());
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<div>
|
||||
<img src="/images/ensl_logo.png" alt="ENSL Logo" />
|
||||
</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>
|
||||
<br />
|
||||
<p><a class="btn btn-primary btn-lg" href="{{ redirect }}" role="button">See the ban list</a></p>
|
||||
|
|
Loading…
Reference in a new issue