Skip to content
Snippets Groups Projects

Anonymní opravování

Merged Kate Konczycki requested to merge anonymous-grading into master
2 files
+ 7
7
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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