We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d97d3ce commit 6963e31Copy full SHA for 6963e31
1 file changed
app/templates/accounts/users.html
@@ -19,7 +19,7 @@
19
<tbody>
20
{% for user in users %}
21
<tr id="user-{{ user.username }}">
22
- <td>{{ loop.counter }}</td>
+ <td>{{ loop.index }}</td>
23
<td><a href="{{ url_for('accounts.edit_user', username=user.username) }}">{{ user.username }}</td>
24
<td>{{ user.email }}</td>
25
<td>{{ user.is_active }}</td>
0 commit comments