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] 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 %}