@@ -15,7 +15,7 @@
{% for item in gradebook_list %}
<tr>
<td>
- {{ item.name }}
+ {{ item.name | e }}
</td>
{{ item.courseCode }}