There was an error while loading. Please reload this page.
1 parent 6ea7f25 commit 4349e95Copy full SHA for 4349e95
1 file changed
ordering/templates/index.html
@@ -172,7 +172,7 @@
172
<tbody>
173
{% for row in table_content %}
174
<tr class="episode {{ series_map[row.series].id }}">
175
- <td><input type='checkbox' data-episodeId="{{ row.series }} {{ row.episode_id }}" onclick="(event) => bookmarkEpisode(event)"/></td>
+ <td><input aria-label="bookmark for {{ row.series }} {{ row.episode_id }}" type='checkbox' data-episodeId="{{ row.series }} {{ row.episode_id }}" onclick="(event) => bookmarkEpisode(event)"/></td>
176
<td>{{ row.row_number }}</td>
177
<td>{{ row.series }}</td>
178
<td>{{ row.episode_id }}</td>
0 commit comments