mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Eliminate duplicate “Settle” button
This commit is contained in:
parent
c79671167f
commit
23cf6b4cad
1 changed files with 0 additions and 7 deletions
|
@ -32,13 +32,6 @@
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
<a
|
|
||||||
href="{{ url_for('.add_settlement_bill', amount = transaction.amount, sender_id = transaction.ower.id, receiver_id = transaction.receiver.id) }}"
|
|
||||||
class="btn btn-primary"
|
|
||||||
>
|
|
||||||
{{ ("Settle") }}
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in a new issue