mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-19 18:50:32 +02:00
Compare commits
3 commits
f397ae1abf
...
1901cf181f
Author | SHA1 | Date | |
---|---|---|---|
![]() |
1901cf181f | ||
![]() |
56bee93346 | ||
![]() |
e061d9314a |
2 changed files with 1 additions and 8 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>
|
||||||
|
|
|
@ -65,7 +65,7 @@ dev = [
|
||||||
]
|
]
|
||||||
doc = [
|
doc = [
|
||||||
"Sphinx>=7.0.1,<9",
|
"Sphinx>=7.0.1,<9",
|
||||||
"docutils==0.20.1",
|
"docutils==0.21.2",
|
||||||
"myst-parser>=2,<5",
|
"myst-parser>=2,<5",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue