Skip to content

Commit

Permalink
Hide other chapter balances from non chapter members
Browse files Browse the repository at this point in the history
Fixes #132
  • Loading branch information
VenturaFranklin committed Aug 11, 2019
1 parent 5551d44 commit 79b0c1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions thetatauCMT/templates/chapters/chapter_detail.html
Expand Up @@ -15,11 +15,13 @@ <h2>{{ object.name }} in the {{ object.region }} Region</h2>
<th>School</th>
<td>{{ object.school }}</td>
</tr>
{% if request.user.current_chapter == object %}
<tr>
<th>Current balance</th>
<td>On {{ object.balance_date }} your chapter had a balance of ${{ object.balance }}, however, this may not be your current balance.</td>
<td>For balance questions/invoices contact accounting@thetatau.org</td>
</tr>
{% endif %}
<tr>
<th>Tax ID</th>
{% if object.tax %}
Expand Down

0 comments on commit 79b0c1b

Please sign in to comment.