Skip to content

Commit

Permalink
Show percentage change
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wieser committed Mar 6, 2017
1 parent 358309c commit 5b3c4ab
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion views/ballot.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
def layout_breadcrumb():
yield ('#', u'{} season'.format(ballot_season))
end
show_pct_change = False # TODO
show_pct_change = True

show_edit = request.user and request.user.is_admin
%>
Expand Down Expand Up @@ -173,6 +173,11 @@ show_edit = request.user and request.user.is_admin
<div class='text-muted'>
Not showing the percentage increase in prices yet, as the prices are not finalized
</div>
% else
<div class='text-muted'>
Note that prices do not reflect the actual charge made by the college, which will be rounded
to a multiple of 70p for technical reasons.
</div>
% end

% if show_edit:
Expand Down

0 comments on commit 5b3c4ab

Please sign in to comment.