Minor template enhancement

This commit is contained in:
mipel 2021-08-02 13:29:33 +02:00
parent f113bad733
commit 6e2ee15b93

View File

@ -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' %}