From 9b629f6bc4ff2864a0017b94497cac102d53f42d Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Tue, 21 Jun 2022 14:28:05 -0300 Subject: [PATCH] fix: link 'Save' button with form on secr rooms template (#4108) --- ietf/secr/templates/includes/buttons_save.html | 5 ----- ietf/secr/templates/meetings/rooms.html | 15 ++++++++++++--- 2 files changed, 12 insertions(+), 8 deletions(-) delete mode 100644 ietf/secr/templates/includes/buttons_save.html diff --git a/ietf/secr/templates/includes/buttons_save.html b/ietf/secr/templates/includes/buttons_save.html deleted file mode 100644 index bcac6402e..000000000 --- a/ietf/secr/templates/includes/buttons_save.html +++ /dev/null @@ -1,5 +0,0 @@ -
- -
diff --git a/ietf/secr/templates/meetings/rooms.html b/ietf/secr/templates/meetings/rooms.html index ea1deedb2..d3decca80 100644 --- a/ietf/secr/templates/meetings/rooms.html +++ b/ietf/secr/templates/meetings/rooms.html @@ -48,9 +48,18 @@ - - {% include "includes/buttons_save.html" %} - +
+ +
{% endblock %} \ No newline at end of file