Fix a bug in piggy bank display [skip ci]

Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
James Cole 2016-09-09 06:17:50 +02:00
parent c3ccc4ccdf
commit e937aa2f74
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -48,7 +48,7 @@
</tr>
<tr>
<td>{{ 'left_to_save'|_ }}</td>
<td>{{ piggyBank.targetamount - currentRelevantRepAmount(piggyBank)|formatAmount }}</td>
<td>{{ (piggyBank.targetamount - currentRelevantRepAmount(piggyBank))|formatAmount }}</td>
</tr>
<tr>
<td>{{ 'start_date'|_ }}</td>