Skip to content

Commit

Permalink
Status updated
Browse files Browse the repository at this point in the history
There was an error and the status needed to be 3 instead of 2 for the release.
  • Loading branch information
paustian committed Jun 28, 2023
1 parent 08ff197 commit 071c95b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
<option value="2">{{ 'Hidden for Exam'|trans }}</option>
{% endif %}
{% if item.status is same as(3) %}
<option value="2" selected="selected">{{ 'Hidden from Students'|trans }}</option>
<option value="3" selected="selected">{{ 'Hidden from Students'|trans }}</option>
{% else %}
<option value="2">{{ 'Hidden from Students'|trans }}</option>
<option value="3">{{ 'Hidden from Students'|trans }}</option>
{% endif %}
</select></td>
<td id="actions">
Expand Down

0 comments on commit 071c95b

Please sign in to comment.