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.
2 parents 245ec26 + 129daa0 commit a3e9eadCopy full SHA for a3e9ead
packet/templates/packet.html
@@ -50,7 +50,7 @@ <h5>Total Score - {{ '%0.2f' % total_score }}%</h5>
50
aria-valuemax="100" style="width: {{ total_score }}%"></div>
51
</div>
52
{% set upper_score = received.member_total / required.member_total * 100 %}
53
- <h5>Upperclassmen Score - {{ '%0.2f' % upper_score }}%</h5>
+ <h5>Upperclassmen + Alumni Score - {{ '%0.2f' % upper_score }}%</h5>
54
<div class="progress">
55
<div class="progress-bar bg-warning progress-bar-striped progress-bar-animated"
56
role="progressbar" aria-valuenow="{{ upper_score }}" aria-valuemin="0"
0 commit comments