Minor template enhancement

pull/9/head
mipel 3 years ago
parent f113bad733
commit 6e2ee15b93

@ -43,7 +43,7 @@
{{ withdraw.account.identifier }}
</a>
</td>
<td class="align-middle">{{ withdraw.amount }} %</td>
<td class="align-middle">{{ withdraw.amount|floatformat:2 }} %</td>
<td>
<button data-form-url="{% url 'compensation:withdraw-remove' withdraw.account.id withdraw.id %}" class="btn btn-default btn-modal" title="{% trans 'Remove Withdraw' %}">
{% fa5_icon 'trash' %}

Loading…
Cancel
Save