diff options
Diffstat (limited to 'yaksh/templates')
-rw-r--r-- | yaksh/templates/yaksh/monitor.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yaksh/templates/yaksh/monitor.html b/yaksh/templates/yaksh/monitor.html index dae07e3..7df0569 100644 --- a/yaksh/templates/yaksh/monitor.html +++ b/yaksh/templates/yaksh/monitor.html @@ -49,6 +49,7 @@ <th> Questions answered </th> <th> Marks obtained </th> <th> Attempts </th> + <th> Status </th> </tr> {% for paper in papers %} <tr> @@ -59,6 +60,7 @@ <td> {{ paper.get_answered_str }} </td> <td> {{ paper.marks_obtained }} </td> <td> {{ paper.answers.count }} </td> + <td> {{ paper.status }} </td> </tr> {% endfor %} </table> |