forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-11-15 02:26:40 +02:00
parent 3bfdddb632
commit 820952819a
1 changed files with 2 additions and 0 deletions

View File

@ -4,12 +4,14 @@
<table class="table table-striped mb-5">
<thead class="bg-primary text-white">
<tr>
<th style="font-weight: bold">#</th>
<th style="font-weight: bold">Name</th>
</tr>
</thead>
<tbody id="followers-table">
{% for user in users %}
<tr>
<td style="font-weight: bold">{{loop.index}}</td>
<td style="font-weight: bold">{{user}}</td>
</tr>
{% endfor %}