mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-19 18:50:32 +02:00
Compare commits
1 commit
650ab5b334
...
092516f587
Author | SHA1 | Date | |
---|---|---|---|
![]() |
092516f587 |
1 changed files with 7 additions and 0 deletions
|
@ -32,6 +32,13 @@
|
|||
</div>
|
||||
</button>
|
||||
</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>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue