Fixed some small display issues.

This commit is contained in:
James Cole
2016-12-22 17:04:41 +01:00
parent cabdf4e380
commit 284db7f90b
4 changed files with 4 additions and 4 deletions

View File

@@ -129,7 +129,7 @@
{% set repAmount = '0' %}
{% endif %}
<input class="form-control budgetAmount" data-original="{{ repAmount }}"
data-id="{{ budget.id }}" value="{{ repAmount }}" autocomplete="off"
data-id="{{ budget.id }}" value="{{ repAmount|round }}" autocomplete="off"
step="1" min="0" name="amount" type="number">
</div>
</div>