mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-23 21:47:04 +01:00
Add a server count to the server admin page
This commit is contained in:
parent
8d76423a82
commit
15011078c8
@ -3,7 +3,7 @@
|
||||
|
||||
{% block content %}
|
||||
<h1>Manage Guilds (Admin)</h1>
|
||||
<p class="flow-text">Select a server to configure Titan Embeds.</p>
|
||||
<p class="flow-text">Select a server to configure Titan Embeds. <strong>(Total server count: {{ servers|length }})</strong></p>
|
||||
<div class="row">
|
||||
{% for server in servers %}
|
||||
<div class="col l4 m6 s12">
|
||||
|
Loading…
Reference in New Issue
Block a user