File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
django_school/classroom/templates/classroom/students Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 < tr >
1818 < th > Quiz</ th >
1919 < th class ="d-none d-sm-table-cell "> Subject</ th >
20- < th class ="d-none d-sm-table-cell "> Length </ th >
20+ < th class ="d-none d-sm-table-cell "> Questions </ th >
2121 < th > </ th >
2222 </ tr >
2323 </ thead >
2626 < tr {% if quiz.subject.id in student_subjects %} style ="background: #fdf7e3 "{%endif%} >
2727 < td class ="align-middle "> {{ quiz.name }}</ td >
2828 < td class ="align-middle d-none d-sm-table-cell "> {{ quiz.subject.get_html_badge }}</ td >
29- < td class ="align-middle d-none d-sm-table-cell "> {{ quiz.questions_count }} questions </ td >
30- < td class ="text-right ">
29+ < td class ="align-middle d-none d-sm-table-cell "> {{ quiz.questions_count }}</ td >
30+ < td class ="text-right " data-orderable =" false " >
3131 < a href ="{% url 'students:take_quiz' quiz.pk %} " class ="btn btn-primary "> Start quiz</ a >
3232 </ td >
3333 </ tr >
You can’t perform that action at this time.
0 commit comments