diff --git a/opentech/apply/templates/apply/demo_workflow.html b/opentech/apply/templates/apply/demo_workflow.html
index bead52923569fb3eb4cda89ea3e90dd022e69412..e81ec67c70b4b5dc5c4df1180b497345e1c25149 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 }}" />