mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-24 14:07:03 +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 %}
|
{% block content %}
|
||||||
<h1>Manage Guilds (Admin)</h1>
|
<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">
|
<div class="row">
|
||||||
{% for server in servers %}
|
{% for server in servers %}
|
||||||
<div class="col l4 m6 s12">
|
<div class="col l4 m6 s12">
|
||||||
|
Loading…
Reference in New Issue
Block a user