From 3825710189ee42e217e57f9cb469053b763045d2 Mon Sep 17 00:00:00 2001 From: singeltary <31216523+singeltary@users.noreply.github.com> Date: Sat, 10 Aug 2024 00:57:36 -0400 Subject: [PATCH 1/2] Update forms.html Added navigation element in 'Edit Participants' window --- ihatemoney/templates/forms.html | 1 + 1 file changed, 1 insertion(+) diff --git a/ihatemoney/templates/forms.html b/ihatemoney/templates/forms.html index 9b299d65..6f57a129 100644 --- a/ihatemoney/templates/forms.html +++ b/ihatemoney/templates/forms.html @@ -237,6 +237,7 @@
{{ form.submit(class="btn btn-primary") }} + {{_("Cancel") }}
{% endmacro %} From 465598edd3396df31bc4dfe70d1d39c4cdb36d83 Mon Sep 17 00:00:00 2001 From: singeltary <31216523+singeltary@users.noreply.github.com> Date: Sat, 10 Aug 2024 01:26:37 -0400 Subject: [PATCH 2/2] Update forms.html Updated button on form for editing participants--"Save" for edits instead of "Add." --- ihatemoney/templates/forms.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ihatemoney/templates/forms.html b/ihatemoney/templates/forms.html index 6f57a129..f6c0d393 100644 --- a/ihatemoney/templates/forms.html +++ b/ihatemoney/templates/forms.html @@ -236,7 +236,7 @@ {{ input(form.weight) }}
- {{ form.submit(class="btn btn-primary") }} + {{_("Cancel") }}
{% endmacro %}