From 467311345170e15181061e2f2d35fbc60985c7a6 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 9 May 2019 16:44:34 +0100 Subject: [PATCH] Fix missing save button on callbacks page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 😳 https://github.com/alphagov/notifications-admin/commit/74fb30ce5f1ccedc06e779672b7835ee5e589166#diff-d32e9daf34b835cda7c3b407e14a8feeL31 --- app/templates/views/api/callbacks/delivery-status-callback.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/templates/views/api/callbacks/delivery-status-callback.html b/app/templates/views/api/callbacks/delivery-status-callback.html index 2a8c4f358..2f43e9a9f 100644 --- a/app/templates/views/api/callbacks/delivery-status-callback.html +++ b/app/templates/views/api/callbacks/delivery-status-callback.html @@ -34,6 +34,7 @@ hint='At least 10 characters', autocomplete='new-password' ) }} + {{ page_footer('Save') }} {% endcall %}