From bf45f8f4d05d9842b285013cfcb0a0235ce51c5d Mon Sep 17 00:00:00 2001 From: Parker Berberian Date: Tue, 2 Jul 2019 17:33:09 -0400 Subject: Hacking on AJAX This change incorporates the multiple changes we've made in the past few days in order to actually get AJAX working. Change-Id: Ia61a0395e7dbac26a143ca6e15049e6a4bdc8b0d Signed-off-by: Parker Berberian Signed-off-by: Sawyer Bergeron --- src/templates/workflow/confirm.html | 97 +++---------------------------------- 1 file changed, 6 insertions(+), 91 deletions(-) (limited to 'src/templates/workflow/confirm.html') diff --git a/src/templates/workflow/confirm.html b/src/templates/workflow/confirm.html index b7e6c46..2f99a41 100644 --- a/src/templates/workflow/confirm.html +++ b/src/templates/workflow/confirm.html @@ -8,11 +8,6 @@

Confirm Session

-
-
- {% csrf_token %} - -
@@ -22,7 +17,7 @@
-
+ {% csrf_token %}
{{form|default:"

No Form Loaded

"}} @@ -33,7 +28,7 @@
- + {% csrf_token %}
@@ -44,104 +39,24 @@ - {% block element_messages %} {% endblock element_messages %} {% endblock content %} -{% block onleave %} -{% endblock %} -- cgit 1.2.3-korg