mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-19 18:50:32 +02:00
Compare commits
3 commits
092516f587
...
650ab5b334
Author | SHA1 | Date | |
---|---|---|---|
![]() |
650ab5b334 | ||
![]() |
56bee93346 | ||
![]() |
3f4ded4044 |
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>
|
||||||
|
|
|
@ -36,7 +36,7 @@ dependencies = [
|
||||||
"Flask-Mail>=0.9.1,<1",
|
"Flask-Mail>=0.9.1,<1",
|
||||||
"Flask-Migrate>=2.5.3,<5", # Not following semantic versioning (e.g. https://github.com/miguelgrinberg/flask-migrate/commit/1af28ba273de6c88544623b8dc02dd539340294b)
|
"Flask-Migrate>=2.5.3,<5", # Not following semantic versioning (e.g. https://github.com/miguelgrinberg/flask-migrate/commit/1af28ba273de6c88544623b8dc02dd539340294b)
|
||||||
"Flask-RESTful>=0.3.9,<1",
|
"Flask-RESTful>=0.3.9,<1",
|
||||||
"Flask-SQLAlchemy>=2.4,<3",
|
"Flask-SQLAlchemy>=2.4,<4",
|
||||||
"Flask-Talisman>=0.8,<2",
|
"Flask-Talisman>=0.8,<2",
|
||||||
"Flask-WTF>=0.14.3,<2",
|
"Flask-WTF>=0.14.3,<2",
|
||||||
"itsdangerous>=2,<3",
|
"itsdangerous>=2,<3",
|
||||||
|
|
Loading…
Reference in a new issue