mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-19 18:50:32 +02:00
Compare commits
1 commit
8d9e3c7294
...
9f49e4740c
Author | SHA1 | Date | |
---|---|---|---|
![]() |
9f49e4740c |
1 changed files with 7 additions and 0 deletions
|
@ -32,6 +32,13 @@
|
||||||
</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