Skip to content

Commit

Permalink
Fixed tab order error
Browse files Browse the repository at this point in the history
  • Loading branch information
edelgm6 committed Jul 25, 2024
1 parent 3d4e787 commit d6724d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h3>Credits</h3>
name="{{ form.amount.html_name }}"
id="{{ form.amount.auto_id }}"
value="{{ form.amount.value }}"
tabindex="{{ forloop.counter|multiply:4|add:2 }}"
tabindex="{{ forloop.counter|multiply:4|add:4 }}"
>
<div class="invalid-feedback">
{% for error in form.amount.errors %}
Expand Down

0 comments on commit d6724d8

Please sign in to comment.