Skip to content
Snippets Groups Projects
Commit ca367335 authored by PavelBegunkov's avatar PavelBegunkov
Browse files

fix3

parent 8661f49e
Branches
Tags
No related merge requests found
......@@ -75,6 +75,12 @@
<input type="hidden" class="MaxRate" value="{{ headerRate[i][j].MaxRate }}">
</td>
{% endfor %}
{% if headerRate[i].ModuleType == 'extra' %}
{% set col = col + 1 %}
<td class="subject col_{{ col }}" id="{{ headerRate[i][j].SubmoduleID }}"> -
<input type="hidden" class="MaxRate" value="-">
</td>
{% endif %}
{% endfor %}
</tr>
{% set row = 0 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment