File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,15 @@ <h2>Topic</h2>
34
34
< li >
35
35
< input
36
36
type ="checkbox "
37
+ id ="topic-{{ forloop.index }} "
37
38
onclick ="window.location.search += '&topic={{ topic.string }}'; "
38
39
/>
39
- < label > {{ topic.name }}</ label >
40
+ < label for =" topic-{{ forloop.index }} " > {{ topic.name }}</ label >
40
41
</ li >
41
42
{% endfor %}
42
43
</ ul >
43
44
</ article >
45
+
44
46
45
47
< article class ="resourcenav resourcenavmediumknown ">
46
48
< h2 > Medium</ h2 >
@@ -65,9 +67,10 @@ <h2>Medium</h2>
65
67
< li >
66
68
< input
67
69
type ="checkbox "
70
+ id ="medium-{{ forloop.index }} "
68
71
onclick ="window.location.search += '&medium={{ medium.string }}'; "
69
72
/>
70
- < label > {{ medium.name }}</ label >
73
+ < label for =" medium-{{ forloop.index }} " > {{ medium.name }}</ label >
71
74
</ li >
72
75
{% endfor %}
73
76
</ ul >
@@ -97,9 +100,10 @@ <h2>Language</h2>
97
100
< li >
98
101
< input
99
102
type ="checkbox "
103
+ id ="language-{{ forloop.index }} "
100
104
onclick ="window.location.search += '&language={{ language.string }}'; "
101
105
/>
102
- < label > {{ language.name }}</ label >
106
+ < label for =" language-{{ forloop.index }} " > {{ language.name }}</ label >
103
107
</ li >
104
108
{% endfor %}
105
109
</ ul >
You can’t perform that action at this time.
0 commit comments