Skip to content

Commit 6963e31

Browse files
committed
fix index
1 parent d97d3ce commit 6963e31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/templates/accounts/users.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<tbody>
2020
{% for user in users %}
2121
<tr id="user-{{ user.username }}">
22-
<td>{{ loop.counter }}</td>
22+
<td>{{ loop.index }}</td>
2323
<td><a href="{{ url_for('accounts.edit_user', username=user.username) }}">{{ user.username }}</td>
2424
<td>{{ user.email }}</td>
2525
<td>{{ user.is_active }}</td>

0 commit comments

Comments
 (0)