From 20738a62ebb5833effe20f9ee48d55a3df691538 Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Mon, 18 Dec 2017 13:17:24 +0000 Subject: [PATCH] Improve the demo to show the friendly names on the frontend --- opentech/apply/templates/apply/demo_workflow.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opentech/apply/templates/apply/demo_workflow.html b/opentech/apply/templates/apply/demo_workflow.html index bead52923..e81ec67c7 100644 --- a/opentech/apply/templates/apply/demo_workflow.html +++ b/opentech/apply/templates/apply/demo_workflow.html @@ -16,7 +16,8 @@ </section> <section class="container"> <h2>{{ workflow}}</h2> - <h3>{{ phase }}</h3> + <h3>{{ phase.stage }}</h3> + <h4>{{ phase.name }}</h4> <form method="post"> {% csrf_token %} <input id="current" type="hidden" name="current" value="{{ phase }}" /> -- GitLab