Skip to content
Snippets Groups Projects
Commit d0fbab95 authored by Anton Bagliy's avatar Anton Bagliy
Browse files

WIP: fixing exam rate table after adding detached flags #527

parent f702f191
No related merge requests found
......@@ -143,7 +143,7 @@
{% for Module in Modules if Module.Type == 'exam' %}
{% for Submodule in Module.Submodules %}
{% if ExamCount == 0 %}
<td colspan="3" class="col_{{ Col }}">Основная сдача</td>
<td colspan="4" class="col_{{ Col }}">Основная сдача</td>
{% else %}
<td colspan="2" class="col_{{ Col }}">Пересдача {{ ExamCount }}</td>
{% endif %}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment