Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Add user.participant to who can see giving numbers
Browse files Browse the repository at this point in the history
#3783

Someone else should check this locally because I can't right now.
  • Loading branch information
mattbk authored and chadwhitacre committed Sep 20, 2015
1 parent 8109c41 commit 8e0f2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<tr>
<td class="label">{{ _("Giving") }}</td>
{% if participant.anonymous_giving %}
{% if user.ADMIN %}
{% if user.ADMIN or user.participant%}
<td>{{ format_currency(participant.giving, 'USD') }}</td>
<td>[{{ participant.ngiving_to }}]</td>
{% else %}
Expand Down

0 comments on commit 8e0f2bf

Please sign in to comment.