From 7fec796ae500313ddbbbedf32d4f7581985d41d4 Mon Sep 17 00:00:00 2001 From: Brandon Lo Date: Thu, 27 Jun 2019 15:43:55 -0400 Subject: Replace and change CSS Fix animation bugs Fix layout issues Replace custom CSS to bootstrap classes Remove unused files Change code to use es6 syntax Add dropdown styles Change-Id: Ie2ed31fa2e6763cf30d3b19e4bf9379019cbb0f5 Signed-off-by: Brandon Lo --- src/templates/workflow/confirm.html | 140 ++++++++++++++++-------------------- 1 file changed, 62 insertions(+), 78 deletions(-) (limited to 'src/templates/workflow/confirm.html') diff --git a/src/templates/workflow/confirm.html b/src/templates/workflow/confirm.html index c1f3440..b7e6c46 100644 --- a/src/templates/workflow/confirm.html +++ b/src/templates/workflow/confirm.html @@ -5,26 +5,7 @@ {% block content %} - - -
+

Confirm Session

@@ -32,29 +13,34 @@ {% csrf_token %} -
-
-
{{confirmation_info|escape}}
+
+
+
+
{{confirmation_info|escape}}
+
-
-
-
- {% csrf_token %} -
- {{form|default:"

No Form Loaded

"}} +
+
+
+ + {% csrf_token %} +
+ {{form|default:"

No Form Loaded

"}} +
+ +
+ + +
+
+
+ {% csrf_token %} +
+
+
+
- -
- - -
- -
-
- {% csrf_token %} -
- -
{% block element_messages %} {% endblock element_messages %} -- cgit 1.2.3-korg