Minor template enhancement
This commit is contained in:
parent
f113bad733
commit
6e2ee15b93
@ -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