Compare commits

...

3 commits

Author SHA1 Message Date
dependabot[bot]
1901cf181f
Merge e061d9314a into 56bee93346 2025-01-28 16:09:14 +01:00
Peter Oliver
56bee93346
Eliminate duplicate “Settle” button (#1367)
Some checks failed
CI / lint (push) Has been cancelled
CI / docs (push) Has been cancelled
Docker build / test (push) Has been cancelled
CI / test (mariadb, minimal, 3.11) (push) Has been cancelled
CI / test (mariadb, normal, 3.11) (push) Has been cancelled
CI / test (mariadb, normal, 3.9) (push) Has been cancelled
CI / test (postgresql, minimal, 3.11) (push) Has been cancelled
CI / test (postgresql, normal, 3.11) (push) Has been cancelled
CI / test (postgresql, normal, 3.9) (push) Has been cancelled
CI / test (sqlite, minimal, 3.10) (push) Has been cancelled
CI / test (sqlite, minimal, 3.11) (push) Has been cancelled
CI / test (sqlite, minimal, 3.12) (push) Has been cancelled
CI / test (sqlite, minimal, 3.9) (push) Has been cancelled
CI / test (sqlite, normal, 3.10) (push) Has been cancelled
CI / test (sqlite, normal, 3.11) (push) Has been cancelled
CI / test (sqlite, normal, 3.12) (push) Has been cancelled
CI / test (sqlite, normal, 3.9) (push) Has been cancelled
Docker build / build_upload (push) Has been cancelled
2025-01-28 16:09:09 +01:00
dependabot[bot]
e061d9314a
Bump docutils from 0.20.1 to 0.21.2
Bumps [docutils](https://docutils.sourceforge.io) from 0.20.1 to 0.21.2.

---
updated-dependencies:
- dependency-name: docutils
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-20 16:48:18 +00:00
2 changed files with 1 additions and 8 deletions

View file

@ -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>

View file

@ -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",
] ]