Skip to content

Commit

Permalink
Add accessibility label to table row
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Albert <[email protected]>
  • Loading branch information
exhuma committed Jun 6, 2022
1 parent 40b0d34 commit ca42759
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ordering/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
<tbody>
{% for row in table_content %}
<tr class="episode {{ series_map[row.series].id }}"
aria-label="Episode Information"
data-series="{{ row.series }}"
data-episode-id="{{ row.episode_id }}">
<td><input type="checkbox"
Expand Down

0 comments on commit ca42759

Please sign in to comment.