From 05742347c32d21fc36e5b681c7b2da735ff537b2 Mon Sep 17 00:00:00 2001 From: singeltary <31216523+singeltary@users.noreply.github.com> Date: Sun, 5 Jan 2025 09:49:20 -0500 Subject: [PATCH] UI/navigation changes to in "Edit this participant" (#1323) * Update forms.html Added navigation element in 'Edit Participants' window * Update forms.html Updated button on form for editing participants--"Save" for edits instead of "Add." --- ihatemoney/templates/forms.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ihatemoney/templates/forms.html b/ihatemoney/templates/forms.html index f033538ce..41cd16b70 100644 --- a/ihatemoney/templates/forms.html +++ b/ihatemoney/templates/forms.html @@ -236,7 +236,8 @@ {{ input(form.weight) }}
- {{ form.submit(class="btn btn-primary") }} + + {{_("Cancel") }}
{% endmacro %}