Skip to content
Snippets Groups Projects

Anonymní opravování

Merged Kate Konczycki requested to merge anonymous-grading into master

Files

+ 6
1
@@ -18,7 +18,12 @@
{% else %}
<td>
{% endif %}
<td>{{ 'yes' if c.student_grading else 'no' }}{% if c.anon_grading %} (anonymous){% endif %}
<td>
{% if c.student_grading %}
{{ 'anonymous' if c.anon_grading else 'yes' }}
{% else %}
no
{% endif %}
{% endfor %}
</table>
Loading