Merge pull request #86 from Absurdon/master

minor fixes in views
This commit is contained in:
Chris Blanchard 2016-01-22 09:49:00 +00:00
commit 26e99f5015
3 changed files with 5 additions and 5 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>