From e1907d0b4d082b04f762d545e32bba7688711d9b Mon Sep 17 00:00:00 2001 From: Mark Donnelly Date: Sun, 24 Jul 2022 11:36:01 -0400 Subject: [PATCH] Fix: Add 'back' button instead of 'cancel' to session request page (#4249) * Fix: Add 'back' button instead of 'cancel' to session request page The 'Cancel' button that goes back to the same page was confusing, so change it out for a 'Back' button instead. Fixes #4007 * Fix: Change absolute target for going back with history.back() This form can be included from multiple pages, which have differing navigation for how to land on the form. Therefore, history.back() is the single way to navigate back to the previous page. --- ietf/secr/templates/includes/sessions_request_form.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ietf/secr/templates/includes/sessions_request_form.html b/ietf/secr/templates/includes/sessions_request_form.html index 74327d480..eacaeef13 100755 --- a/ietf/secr/templates/includes/sessions_request_form.html +++ b/ietf/secr/templates/includes/sessions_request_form.html @@ -118,7 +118,7 @@
- \ No newline at end of file +