We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ebe141 commit b34b3bcCopy full SHA for b34b3bc
conditional/templates/intro_evals.html
@@ -61,7 +61,7 @@ <h6 class="eval-uid">{{ m['uid'] }}</h6>
61
{% endif %}
62
</div>
63
<div class="text-center">
64
- {% if m['committee_meetings'] < 25 %}
+ {% if m['committee_meetings'] < 10 %}
65
<div class="eval-info-label">
66
<span class="glyphicon glyphicon-remove-sign red eval-info-status"></span>Directorship Meetings
67
<span class="eval-info-number">{{m['committee_meetings']}} / 10</span>
0 commit comments