We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4d3ba commit f0e8f93Copy full SHA for f0e8f93
conditional/templates/spring_eval_slideshow.html
@@ -47,7 +47,9 @@ <h4>Major Projects:
47
48
<div class="actions" data-uid="{{m['uid']}}" data-cn="{{m['name']}}">
49
<button class="pass" type="button">Pass</button>
50
+ {% if not ( major_projects_passed and house_meetings_passed and committee_meetings_passed %}
51
<button class="fail" type="button">Fail</button>
52
+ {% endif %}
53
</div>
54
55
</section>
0 commit comments