Skip to content

Commit 8a80a72

Browse files
committed
joe needs to test code before committing it
1 parent 3e8c836 commit 8a80a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: conditional/templates/spring_eval_slideshow.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h4>Major Projects:
4747

4848
<div class="actions" data-uid="{{m['uid']}}" data-cn="{{m['name']}}">
4949
<button class="pass" type="button">Pass</button>
50-
{% if not ( major_projects_passed and house_meetings_passed and committee_meetings_passed %}
50+
{% if not ( major_projects_passed and house_meetings_passed and committee_meetings_passed ) %}
5151
<button class="fail" type="button">Fail</button>
5252
{% endif %}
5353
</div>

0 commit comments

Comments
 (0)