Minor template enhancement
This commit is contained in:
parent
0797a6b99f
commit
b559cfc5d0
@ -43,7 +43,7 @@
|
|||||||
{{ withdraw.account.identifier }}
|
{{ withdraw.account.identifier }}
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="align-middle">{{ withdraw.amount }} %</td>
|
<td class="align-middle">{{ withdraw.amount|floatformat:2 }} %</td>
|
||||||
<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' %}">
|
<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' %}
|
{% fa5_icon 'trash' %}
|
||||||
|
Loading…
Reference in New Issue
Block a user