Skip to content

Commit a3e9ead

Browse files
authored
Merge pull request #389 from ikopke23/patch-1
Changed name of Upperclassman total Bar
2 parents 245ec26 + 129daa0 commit a3e9ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packet/templates/packet.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h5>Total Score - {{ '%0.2f' % total_score }}%</h5>
5050
aria-valuemax="100" style="width: {{ total_score }}%"></div>
5151
</div>
5252
{% set upper_score = received.member_total / required.member_total * 100 %}
53-
<h5>Upperclassmen Score - {{ '%0.2f' % upper_score }}%</h5>
53+
<h5>Upperclassmen + Alumni Score - {{ '%0.2f' % upper_score }}%</h5>
5454
<div class="progress">
5555
<div class="progress-bar bg-warning progress-bar-striped progress-bar-animated"
5656
role="progressbar" aria-valuenow="{{ upper_score }}" aria-valuemin="0"

0 commit comments

Comments
 (0)