Skip to content

Commit f0e8f93

Browse files
authored
Make it auto pass
1 parent 8e4d3ba commit f0e8f93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conditional/templates/spring_eval_slideshow.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ <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 %}
5051
<button class="fail" type="button">Fail</button>
52+
{% endif %}
5153
</div>
5254

5355
</section>

0 commit comments

Comments
 (0)