Skip to content
Snippets Groups Projects
Commit 97a164dc authored by Anton Shalimov's avatar Anton Shalimov
Browse files

fix: return bonus cell

parent bc99b1ca
Branches
Tags
No related merge requests found
...@@ -158,7 +158,7 @@ ...@@ -158,7 +158,7 @@
{% set j = j + 1 %} {% set j = j + 1 %}
{% if Module.Type == 'regular' %} {% if Module.Type == 'regular' or Module.Type == 'bonus' %}
<td id="col_{{ j }}" class="{{ Discipline.Milestone ? 'staticCell' : 'commonCell' }}"> <td id="col_{{ j }}" class="{{ Discipline.Milestone ? 'staticCell' : 'commonCell' }}">
<input type="text" value="{{ rate }}"> <input type="text" value="{{ rate }}">
</td> </td>
......
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