Skip to content

Commit

Permalink
fix: course comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Dec 2, 2024
1 parent d3902f5 commit b13164f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adminpage/sport/templates/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ <h2>FAQ</h2>
</div>
{% endfor %}
</div>
{% if student.obj.course is not None and student.obj.course in (1, 2, 3) %}
{% if student.obj.course is not None and student.obj.course != 4 %}
<p>
<b>Any other questions?</b> Please contact your course curator
{% if student.obj.course == 1 %}
Expand Down

0 comments on commit b13164f

Please sign in to comment.