dfdf
parent
9dce173e67
commit
855aed71ff
|
@ -89,9 +89,9 @@
|
|||
<th style="font-weight:bold; text-align:right;">Comment count</th>
|
||||
</tr>
|
||||
</thead>
|
||||
{% for user in users3 %}
|
||||
{% for user in users4 %}
|
||||
<tr>
|
||||
<td style="font-weight:bold;">{{users3.index(user)+1}}</td>
|
||||
<td style="font-weight:bold;">{{users4.index(user)+1}}</td>
|
||||
<td><a style="color:#{{user.namecolor}}; font-weight:bold;" href="/@{{user.username}}">{{user.username}}</a></td>
|
||||
<td style="font-weight:bold; text-align:right;">{{user.comment_count}}</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue