From df2f95d0adb652b132fef7aaccfd9e3c98200c51 Mon Sep 17 00:00:00 2001 From: Parker Berberian Date: Tue, 2 Jul 2019 11:47:24 -0400 Subject: Unify Form Submission Creates a single way to do form submission with hooks to run callbacks. Change-Id: I470ab56219c28c35fe3236b30a0ac65e29236af6 Signed-off-by: Parker Berberian --- src/templates/booking/quick_deploy.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/templates/booking/quick_deploy.html') diff --git a/src/templates/booking/quick_deploy.html b/src/templates/booking/quick_deploy.html index f1ba491..50ec59a 100644 --- a/src/templates/booking/quick_deploy.html +++ b/src/templates/booking/quick_deploy.html @@ -55,10 +55,7 @@ -{% endblock %} \ No newline at end of file +{% endblock %} -- cgit 1.2.3-korg