From 9915b9756c2f0ab77bc3e6cec1afae976bd4e86f Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Tue, 19 Dec 2017 09:14:40 +0000 Subject: [PATCH] Tidy up the render of the demo page --- opentech/apply/templates/apply/demo_workflow.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentech/apply/templates/apply/demo_workflow.html b/opentech/apply/templates/apply/demo_workflow.html index 9d0e5264f..0187115e5 100644 --- a/opentech/apply/templates/apply/demo_workflow.html +++ b/opentech/apply/templates/apply/demo_workflow.html @@ -51,8 +51,8 @@ <h4>{{ key }}</h4> {{ value }} {% endfor %} - </section> {% endif %} + </section> <section class="container"> <a class="button" href="">Reset</a> </section> -- GitLab